Skip to content

Commit

Permalink
skip flaky suite (elastic#168148)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 10, 2023
1 parent b641a69 commit fe623b5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});

describe('Delete', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168148
describe.skip('Delete', () => {
before(async () => {
await cases.api.createNthRandomCases(1);
await header.waitUntilLoadingHasFinished();
Expand Down

0 comments on commit fe623b5

Please sign in to comment.