We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c32cb commit ad0517aCopy full SHA for ad0517a
x-pack/test/detection_engine_api_integration/security_and_spaces/tests/delete_signals_migrations.ts
@@ -35,7 +35,8 @@ export default ({ getService }: FtrProviderContext): void => {
35
const supertest = getService('supertest');
36
const supertestWithoutAuth = getService('supertestWithoutAuth');
37
38
- describe('deleting signals migrations', () => {
+ // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/94367
39
+ describe.skip('deleting signals migrations', () => {
40
let outdatedSignalsIndexName: string;
41
let createdMigration: CreateResponse;
42
let finalizedMigration: FinalizeResponse;
0 commit comments