skip flaky suite (#156792)

This commit is contained in:
Tiago Costa 2023-05-05 13:15:54 +01:00
parent 2d995eeb2a
commit c58ada9d2c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -25,7 +25,8 @@ export default function createGetAlertSummaryTests({ getService }: FtrProviderCo
const retry = getService('retry');
const alertUtils = new AlertUtils({ space: Spaces.space1, supertestWithoutAuth });
describe('getAlertSummary', () => {
// FLAKY: https://github.com/elastic/kibana/issues/156792
describe.skip('getAlertSummary', () => {
const objectRemover = new ObjectRemover(supertest);
afterEach(() => objectRemover.removeAll());