Skip to content

Commit

Permalink
skip flaky suite (elastic#64473)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Feb 8, 2021
1 parent a061fad commit 82588f1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export default function ({ getService }) {
clearCache,
} = registerHelpers({ supertest });

describe('indices', () => {
// Failing: See https://github.com/elastic/kibana/issues/64473
describe.skip('indices', () => {
after(() => Promise.all([cleanUpEsResources()]));

describe('clear cache', () => {
Expand Down

0 comments on commit 82588f1

Please sign in to comment.