diff --git a/x-pack/test/detection_engine_api_integration/basic/tests/find_statuses.ts b/x-pack/test/detection_engine_api_integration/basic/tests/find_statuses.ts index cc6fa53939f60..c88b094879ac8 100644 --- a/x-pack/test/detection_engine_api_integration/basic/tests/find_statuses.ts +++ b/x-pack/test/detection_engine_api_integration/basic/tests/find_statuses.ts @@ -22,7 +22,8 @@ export default ({ getService }: FtrProviderContext): void => { const supertest = getService('supertest'); const es = getService('es'); - describe('find_statuses', () => { + // FLAKY: https://github.com/elastic/kibana/issues/69632 + describe.skip('find_statuses', () => { beforeEach(async () => { await createSignalsIndex(supertest); });