From 3369f2093a3c9d6ba1c796946707b385de81d15e Mon Sep 17 00:00:00 2001 From: John Dorlus Date: Thu, 7 May 2020 16:10:02 -0400 Subject: [PATCH] Removed skip to enable test. (#65575) --- .../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', () => {