Skip to content

Commit

Permalink
disable flaky suite (elastic#45105)
Browse files Browse the repository at this point in the history
(cherry picked from commit a7f5062)
  • Loading branch information
spalger committed Sep 11, 2019
1 parent 4ba9bd9 commit 76b3c38
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 @@ -277,7 +277,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 76b3c38

Please sign in to comment.