Skip to content

Commit

Permalink
Unskip X-Pack Saved Object Tagging Functional Tests (#164273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant authored Aug 21, 2023
1 parent 79a0a5e commit 5f310f7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await PageObjects.header.waitUntilLoadingHasFinished();
};

// Failing: See https://github.com/elastic/kibana/issues/88639
describe.skip('visualize integration', () => {
describe('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 5f310f7

Please sign in to comment.