We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d9f17 commit fb1830dCopy full SHA for fb1830d
x-pack/test/api_integration/apis/management/index_management/indices.js
@@ -34,8 +34,7 @@ export default function({ getService }) {
34
clearCache,
35
} = registerHelpers({ supertest });
36
37
- // FLAKY: https://github.com/elastic/kibana/issues/64473
38
- describe.skip('indices', () => {
+ describe('indices', () => {
39
after(() => Promise.all([cleanUpEsResources()]));
40
41
describe('clear cache', () => {
0 commit comments