From 4748f9dd506c8dccfd6eebcc32c7053daf7a4dd8 Mon Sep 17 00:00:00 2001 From: John Dorlus Date: Wed, 6 May 2020 16:48:06 -0400 Subject: [PATCH] Removed skip to enable test. --- .../apis/management/index_management/indices.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/api_integration/apis/management/index_management/indices.js b/x-pack/test/api_integration/apis/management/index_management/indices.js index 04121928087007..ac50a20b02e3ba 100644 --- a/x-pack/test/api_integration/apis/management/index_management/indices.js +++ b/x-pack/test/api_integration/apis/management/index_management/indices.js @@ -34,8 +34,7 @@ export default function({ getService }) { clearCache, } = registerHelpers({ supertest }); - // FLAKY: https://github.com/elastic/kibana/issues/64473 - describe.skip('indices', () => { + describe('indices', () => { after(() => Promise.all([cleanUpEsResources()])); describe('clear cache', () => {