Skip to content

Commit

Permalink
skip flaky suite (#197151)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 22, 2024
1 parent 1ce9533 commit f42fd5d
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 @@ -48,7 +48,8 @@ describe('Alert Event Details - Cases', { tags: ['@ess', '@serverless'] }, () =>
cleanupRule(ruleId);
});

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

before(() => {
Expand Down

0 comments on commit f42fd5d

Please sign in to comment.