skip suite failing es promotion (#97923)

This commit is contained in:
spalger 2021-04-21 14:51:27 -07:00
parent 68802f07f2
commit badd0a7609

View file

@ -35,7 +35,8 @@ export default ({ getService }: FtrProviderContext): void => {
const supertest = getService('supertest');
const supertestWithoutAuth = getService('supertestWithoutAuth');
describe('deleting signals migrations', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/97923
describe.skip('deleting signals migrations', () => {
let outdatedSignalsIndexName: string;
let createdMigration: CreateResponse;
let finalizedMigration: FinalizeResponse;