disable flaky suite (#45105)

This commit is contained in:
spalger 2019-09-10 18:18:52 -07:00
parent 013bc3a504
commit a7f5062741

View file

@ -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 () {