Skip to content

Commit

Permalink
skip flaky suite (#168148)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 10, 2023
1 parent 76d0339 commit 11871e6
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 11871e6

Please sign in to comment.