Skip to content

Commit

Permalink
skip failing test suite (elastic#88639)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and jgowdyelastic committed Mar 30, 2023
1 parent 1881631 commit 99a829e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await PageObjects.header.waitUntilLoadingHasFinished();
};

describe('visualize integration', () => {
// Failing: See https://github.com/elastic/kibana/issues/88639
describe.skip('visualize integration', () => {
before(async () => {
// clean up any left-over visualizations and tags from tests that didn't clean up after themselves
await kibanaServer.savedObjects.clean({ types: ['tag', 'visualization'] });
Expand Down

0 comments on commit 99a829e

Please sign in to comment.