Skip to content

Commit

Permalink
skip failing test suite (#187182)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jun 28, 2024
1 parent 2bcc2fd commit f76a601
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 @@ -29,7 +29,8 @@ import {
interceptCaseId,
} from '../../tasks/integrations';

describe('Alert Event Details - Cases', { tags: ['@ess', '@serverless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/187182
describe.skip('Alert Event Details - Cases', { tags: ['@ess', '@serverless'] }, () => {
let ruleId: string;
let packId: string;
let packName: string;
Expand Down

0 comments on commit f76a601

Please sign in to comment.