diff --git a/x-pack/test/apm_api_integration/tests/alerts/error_count_threshold.spec.ts b/x-pack/test/apm_api_integration/tests/alerts/error_count_threshold.spec.ts index f3fd66b2e39af2..5e0318b50d366f 100644 --- a/x-pack/test/apm_api_integration/tests/alerts/error_count_threshold.spec.ts +++ b/x-pack/test/apm_api_integration/tests/alerts/error_count_threshold.spec.ts @@ -250,7 +250,8 @@ export default function ApiTest({ getService }: FtrProviderContext) { }); }); - describe('create rule with kql filter for opbeans-php', () => { + // FLAKY: https://github.com/elastic/kibana/issues/176964 + describe.skip('create rule with kql filter for opbeans-php', () => { let ruleId: string; before(async () => {