Skip to content

Commit

Permalink
skip failing test suite (#197151)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 24, 2024
1 parent 19fa5fd commit b5f51e4
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 @@ -25,7 +25,8 @@ import {
} from '../../tasks/live_query';
import { generateRandomStringName, interceptCaseId } from '../../tasks/integrations';

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

0 comments on commit b5f51e4

Please sign in to comment.