mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip suite failing es promotion. #145022
This commit is contained in:
parent
1607c15a32
commit
3b28367593
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ export default function ({ getService }) {
|
|||
clearCache,
|
||||
} = registerHelpers({ supertest });
|
||||
|
||||
describe('indices', () => {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/145022
|
||||
describe.skip('indices', () => {
|
||||
after(() => Promise.all([cleanUpEsResources()]));
|
||||
|
||||
describe('clear cache', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue