diff --git a/x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_rules.ts b/x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_rules.ts index 0cde7bf9a22fc..3dbd2acf5b3c2 100644 --- a/x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_rules.ts +++ b/x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_rules.ts @@ -204,7 +204,9 @@ export default ({ getService }: FtrProviderContext) => { }); }); }); - describe('missing timestamps', () => { + + // FAILING ES SNAPSHOT: https://github.com/elastic/kibana/issues/87180 + describe.skip('missing timestamps', () => { beforeEach(async () => { await createSignalsIndex(supertest); // to edit these files run the following script