Skip to content

Commit f838300

Browse files
committed
skip flaky suite (#229398)
1 parent 3d3a7c3 commit f838300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/expandable_flyout/alert_details_preview_panel_rule_preview.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ import { getNewRule } from '../../../../objects/rule';
3333
import { ALERTS_URL } from '../../../../urls/navigation';
3434
import { waitForAlertsToPopulate } from '../../../../tasks/create_new_rule';
3535

36-
describe(
36+
// FLAKY: https://github.com/elastic/kibana/issues/229398
37+
describe.skip(
3738
'Alert details expandable flyout rule preview panel',
3839
{ tags: ['@ess', '@serverless'] },
3940
() => {

0 commit comments

Comments
 (0)