Skip to content

Commit

Permalink
[Index Management] Unskip indices API integration test (#99379)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed May 11, 2021
1 parent 8393a31 commit 4cd4510
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 4cd4510

Please sign in to comment.