skip suite failing es promotion. #145022

This commit is contained in:
Jonathan Budzenski 2022-11-10 14:10:49 -06:00
parent 1607c15a32
commit 3b28367593

View file

@ -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', () => {