diff --git a/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/builtin_alert_types/circuit_breaker/index_threshold_max_alerts.ts b/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/builtin_alert_types/circuit_breaker/index_threshold_max_alerts.ts index 8bab44baee538..d18a70fd4699c 100644 --- a/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/builtin_alert_types/circuit_breaker/index_threshold_max_alerts.ts +++ b/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/builtin_alert_types/circuit_breaker/index_threshold_max_alerts.ts @@ -24,7 +24,8 @@ export default function maxAlertsRuleTests({ getService }: FtrProviderContext) { const es = getService('es'); const esTestIndexTool = new ESTestIndexTool(es, retry); - describe('index threshold rule that hits max alerts circuit breaker', () => { + // Failing: See https://github.com/elastic/kibana/issues/193876 + describe.skip('index threshold rule that hits max alerts circuit breaker', () => { const objectRemover = new ObjectRemover(supertest); beforeEach(async () => {