disable another flaky suite (#45323) (#45330)

(cherry picked from commit 95bf9c832a)
This commit is contained in:
spalger 2019-09-10 20:22:24 -07:00
parent d7dc73e434
commit ddf4f15537

View file

@ -37,7 +37,9 @@ export default function({ getPageObjects }: FtrProviderContext) {
});
}
describe('visual builder', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/45323
// FLAKY: https://github.com/elastic/kibana/issues/45330
describe.skip('visual builder', function describeIndexTests() {
describe('markdown', () => {
before(async () => {
await visualBuilder.resetPage();