Skip to content

Commit

Permalink
disable flaky suite (#45105)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 11, 2019
1 parent 013bc3a commit a7f5062
Showing 1 changed file with 2 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 @@ -278,7 +278,8 @@ export default function ({ getService, getPageObjects }) {
});
});

describe('vertical bar with multiple splits', function () {
// FLAKY: https://github.com/elastic/kibana/issues/45105
describe.skip('vertical bar with multiple splits', function () {
before(initBarChart);

it('should show correct series', async function () {
Expand Down

0 comments on commit a7f5062

Please sign in to comment.