skip flaky suite (#158408)

This commit is contained in:
Tiago Costa 2023-08-17 14:34:47 +01:00
parent ef79f8b1b9
commit a5cceb3747
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -14,7 +14,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
import { getFixtureJson } from './helper/get_fixture_json';
export default function ({ getService }: FtrProviderContext) {
describe('EnableDefaultAlerting', function () {
// FLAKY: https://github.com/elastic/kibana/issues/158408
describe.skip('EnableDefaultAlerting', function () {
this.tags('skipCloud');
const supertest = getService('supertest');