Skip to content

Commit

Permalink
skip flaky suite (elastic#89958)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 18, 2023
1 parent e3d4b37 commit 213c5aa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});

describe('creating', () => {
// FLAKY: https://github.com/elastic/kibana/issues/89958
describe.skip('creating', () => {
before(async () => {
await PageObjects.visualize.gotoVisualizationLandingPage();
// delete all visualizations to create new ones explicitly
Expand Down

0 comments on commit 213c5aa

Please sign in to comment.