[Index Management] Unskip indices API integration test (#99379)

This commit is contained in:
Alison Goryachev 2021-05-11 08:53:16 -04:00 committed by GitHub
parent d97f958127
commit 72c25ea10f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,8 +34,7 @@ export default function ({ getService }) {
clearCache,
} = registerHelpers({ supertest });
// Failing: See https://github.com/elastic/kibana/issues/64473
describe.skip('indices', () => {
describe('indices', () => {
after(() => Promise.all([cleanUpEsResources()]));
describe('clear cache', () => {