skip flaky suite (#64473)

This commit is contained in:
Tiago Costa 2021-06-01 12:49:51 +01:00
parent 5da47f8969
commit 25f569ae3d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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 () {