Fixing gauge test in firefox (#47082) (#47896)

Unskip gauge test in firefox
This commit is contained in:
Bhavya RM 2019-10-10 17:28:16 -04:00 committed by GitHub
parent 459b06f463
commit 8dbdd01ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';