Skip to content

Commit 57c5acb

Browse files
committed
skip flaky suite (#241197)
1 parent ed307e4 commit 57c5acb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/solutions/security/plugins/security_solution/public/management/cypress/e2e/automated_response_actions/automated_response_actions.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ import { createEndpointHost } from '../../tasks/create_endpoint_host';
2020
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';
2121
import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
2222

23-
describe(
23+
// FLAKY: https://github.com/elastic/kibana/issues/241197
24+
describe.skip(
2425
'Automated Response Actions',
2526
{
2627
tags: ['@ess', '@serverless'],

0 commit comments

Comments
 (0)