mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip suite blocking ES promotion (#90229)
This commit is contained in:
parent
72fb9ce22b
commit
cf3c60fa43
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
const supertestWithoutAuth = getService('supertestWithoutAuth');
|
||||
const security = getService('security');
|
||||
|
||||
describe('create_index', () => {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/90229
|
||||
describe.skip('create_index', () => {
|
||||
afterEach(async () => {
|
||||
await deleteSignalsIndex(supertest);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue