Skip to content

Commit

Permalink
skip failing test suite (#178404)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 8, 2024
1 parent d03537f commit de9fa3d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { checkActionItemsInResults, loadRuleAlerts } from '../../tasks/live_quer

const UUID_REGEX = '[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}';

describe('Alert Flyout Automated Action Results', () => {
// Failing: See https://github.com/elastic/kibana/issues/178404
describe.skip('Alert Flyout Automated Action Results', () => {
let ruleId: string;

before(() => {
Expand Down

0 comments on commit de9fa3d

Please sign in to comment.