Skip to content

Commit

Permalink
skip flaky suite (#89958)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Feb 17, 2021
1 parent 8df1d82 commit b51d3f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await testSubjects.click('savedObjectTitle');
};

describe('visualize integration', () => {
// Failing: See https://github.com/elastic/kibana/issues/89958
describe.skip('visualize integration', () => {
before(async () => {
await esArchiver.load('visualize');
await esArchiver.loadIfNeeded('logstash_functional');
Expand Down

0 comments on commit b51d3f0

Please sign in to comment.