Skip to content

Commit

Permalink
skip flaky suite (elastic#169785)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 21, 2024
1 parent fa100b4 commit fa7f7a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import {
import { clickRuleName, inputQuery, typeInECSFieldInput } from '../../tasks/live_query';
import { closeDateTabIfVisible, closeToastIfVisible } from '../../tasks/integrations';

describe('Alert Event Details - Response Actions Form', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/169785
describe.skip('Alert Event Details - Response Actions Form', { tags: ['@ess', '@serverless'] }, () => {
let multiQueryPackId: string;
let multiQueryPackName: string;
let ruleId: string;
Expand Down

0 comments on commit fa7f7a4

Please sign in to comment.