Skip to content

Commit

Permalink
skip flaky suite (#89958)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 9, 2023
1 parent 2262f90 commit dd06ae4
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 dd06ae4

Please sign in to comment.