skip flaky suite (#137456)

This commit is contained in:
Tiago Costa 2022-07-28 17:59:27 +01:00
parent 3f7f9729ed
commit c35e8d6a65
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common']);
const esArchiver = getService('esArchiver');
describe('Unsecure Cluster Alert', function () {
// FLAKY: https://github.com/elastic/kibana/issues/137456
describe.skip('Unsecure Cluster Alert', function () {
before(async () => {
await esArchiver.emptyKibanaIndex();
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');