Skip to content

Commit

Permalink
disable flaky suite (#22322)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 30, 2019
1 parent 7a0a3f5 commit ac23159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/_vertical_bar_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }) {
const filterBar = getService('filterBar');
const PageObjects = getPageObjects(['common', 'visualize', 'header', 'timePicker']);

describe('vertical bar chart', function () {
// FLAKY: https://github.com/elastic/kibana/issues/22322
describe.skip('vertical bar chart', function () {
const fromTime = '2015-09-19 06:31:44.000';
const toTime = '2015-09-23 18:31:44.000';
const vizName1 = 'Visualization VerticalBarChart';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default function ({ getService, getPageObjects }) {
const inspector = getService('inspector');
const PageObjects = getPageObjects(['common', 'visualize', 'header']);

// FLAKY: https://github.com/elastic/kibana/issues/22322
describe.skip('vertical bar chart with index without time filter', function () {
const vizName1 = 'Visualization VerticalBarChart without time filter';

Expand Down

0 comments on commit ac23159

Please sign in to comment.