Skip to content

Commit

Permalink
Fixing gauge test in firefox (#47082)
Browse files Browse the repository at this point in the history
Unskip gauge test in firefox
  • Loading branch information
bhavyarm authored Oct 9, 2019
1 parent 9c0335c commit 019a3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/_gauge_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function ({ getService, getPageObjects }) {
const PageObjects = getPageObjects(['common', 'visualize', 'timePicker']);

// FLAKY: https://github.com/elastic/kibana/issues/45089
describe.skip('gauge chart', function indexPatternCreation() {
describe('gauge chart', function indexPatternCreation() {
this.tags('smoke');
const fromTime = '2015-09-19 06:31:44.000';
const toTime = '2015-09-23 18:31:44.000';
Expand Down

0 comments on commit 019a3f1

Please sign in to comment.