skip flaky suite (#90565)

This commit is contained in:
Tiago Costa 2021-06-01 12:54:15 +01:00
parent 25f569ae3d
commit 19b8aa798c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -209,7 +209,8 @@ export default function ({ getService }) {
});
describe('reload', function () {
describe('(not on Cloud)', function () {
// FLAKY: https://github.com/elastic/kibana/issues/90565
describe.skip('(not on Cloud)', function () {
this.tags(['skipCloud']);
it('should list all the indices with the expected properties and data enrichers', async function () {