Skip to content

Commit

Permalink
skip flaky suite (#64473)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 1, 2021
1 parent 4e5bc21 commit 7579ce6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ export default function ({ getService }) {
});
});

describe('list', function () {
// FLAKY: https://github.com/elastic/kibana/issues/64473
describe.skip('list', function () {
this.tags(['skipCloud']);

it('should list all the indices with the expected properties and data enrichers', async function () {
Expand Down

0 comments on commit 7579ce6

Please sign in to comment.