From b5f1d4ca3fd42c085a4e2ba0ecef510593b6c4ba Mon Sep 17 00:00:00 2001 From: Maxim Palenov Date: Wed, 6 Nov 2024 18:56:36 +0100 Subject: [PATCH] skip bulk action test for legacy actions migration upon disabling rules and migrate actions --- .../trial_license_complete_tier/perform_bulk_action_ess.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_bulk_actions/trial_license_complete_tier/perform_bulk_action_ess.ts b/x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_bulk_actions/trial_license_complete_tier/perform_bulk_action_ess.ts index b3de11539e130..4dfd76f12f019 100644 --- a/x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_bulk_actions/trial_license_complete_tier/perform_bulk_action_ess.ts +++ b/x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_bulk_actions/trial_license_complete_tier/perform_bulk_action_ess.ts @@ -170,7 +170,9 @@ export default ({ getService }: FtrProviderContext): void => { await waitForRuleSuccess({ id: rule.id, supertest, log }); }); - it('should disable rules and migrate actions', async () => { + // Flaky test see https://github.com/elastic/kibana/issues/196462 + // Flakiness reproduced in 8.16 only. + it.skip('should disable rules and migrate actions', async () => { const ruleId = 'ruleId'; const [connector, rule] = await Promise.all([ supertest