mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip suite failing es promotion (#97923)
This commit is contained in:
parent
68802f07f2
commit
badd0a7609
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue