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