Skip to content

Commit

Permalink
skip flaky suite (#64473)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 30, 2020
1 parent 5887c97 commit c8b9bdd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export default function({ getService }) {
clearCache,
} = registerHelpers({ supertest });

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

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

0 comments on commit c8b9bdd

Please sign in to comment.