Skip to content

Commit

Permalink
disable another flaky suite (#45323) (#45330)
Browse files Browse the repository at this point in the history
(cherry picked from commit 95bf9c8)
  • Loading branch information
spalger committed Sep 11, 2019
1 parent d7dc73e commit ddf4f15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/functional/apps/visualize/_tsvb_markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ddf4f15

Please sign in to comment.