Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant authored Aug 21, 2023
1 parent 63af949 commit ed5e39a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await PageObjects.header.waitUntilLoadingHasFinished();
};

// Failing: See https://github.com/elastic/kibana/issues/88639
// eslint-disable-next-line ban/ban
describe.only('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 ed5e39a

Please sign in to comment.