Skip to content

Commit 4748f9d

Browse files
author
John Dorlus
committed
Removed skip to enable test.
1 parent 90de711 commit 4748f9d

File tree

1 file changed

+1
-2
lines changed
  • x-pack/test/api_integration/apis/management/index_management

1 file changed

+1
-2
lines changed

x-pack/test/api_integration/apis/management/index_management/indices.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ export default function({ getService }) {
3434
clearCache,
3535
} = registerHelpers({ supertest });
3636

37-
// FLAKY: https://github.com/elastic/kibana/issues/64473
38-
describe.skip('indices', () => {
37+
describe('indices', () => {
3938
after(() => Promise.all([cleanUpEsResources()]));
4039

4140
describe('clear cache', () => {

0 commit comments

Comments
 (0)