skip flaky suite (#116065)

This commit is contained in:
Tiago Costa 2021-11-15 14:08:30 +00:00
parent 13fd7d2b0e
commit 8e35ee06b0
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -53,7 +53,8 @@ export default function ({ getService, getPageObjects }) {
});
});
describe('skipCloud', function () {
// FLAKY: https://github.com/elastic/kibana/issues/116065
describe.skip('skipCloud', function () {
// TODO: https://github.com/elastic/stack-monitoring/issues/31
this.tags(['skipCloud']);