Skip to content

Commit

Permalink
Removed skip to enable test. (#65575)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dorlus committed May 7, 2020
1 parent 8cf6730 commit 3369f20
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 });

// FLAKY: 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 3369f20

Please sign in to comment.