Skip to content

Commit

Permalink
skip flaky suite (#45089)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 11, 2019
1 parent 61e1b83 commit 3a8d19d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/_gauge_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }) {
const testSubjects = getService('testSubjects');
const PageObjects = getPageObjects(['common', 'visualize', 'timePicker']);

describe('gauge chart', function indexPatternCreation() {
// FLAKY: https://github.com/elastic/kibana/issues/45089
describe.skip('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 3a8d19d

Please sign in to comment.