Skip to content

Commit

Permalink
skip flaky suite (#187182)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 8, 2024
1 parent 91c045d commit 445a2bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/osquery/cypress/e2e/all/alerts_cases.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ describe('Alert Event Details - Cases', { tags: ['@ess', '@serverless'] }, () =>
});
});

describe('Case', () => {
// FLAKY: https://github.com/elastic/kibana/issues/187182
describe.skip('Case', () => {
let caseId: string;

beforeEach(() => {
Expand Down

0 comments on commit 445a2bd

Please sign in to comment.