Skip to content

Commit

Permalink
flaky tagging visualize
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Aug 21, 2023
1 parent 8532b99 commit 63af949
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
};

// Failing: See https://github.com/elastic/kibana/issues/88639
describe.skip('visualize integration', () => {
// eslint-disable-next-line ban/ban
describe.only('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 63af949

Please sign in to comment.