Skip to content

Commit

Permalink
Removed skip to enable test. (#65575) (#65812)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
John Dorlus and elasticmachine authored May 11, 2020
1 parent 5ec105f commit 7bb484b
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 7bb484b

Please sign in to comment.