skip another suite failing es promotion (#90229)

This commit is contained in:
spalger 2021-02-03 20:20:02 -07:00
parent 4584a8b570
commit 0938252f21

View file

@ -36,7 +36,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/90229
describe.skip('deleting signals migrations', () => {
let outdatedSignalsIndexName: string;
let createdMigration: CreateResponse;
let finalizedMigration: FinalizeResponse;