skip flaky suite (#163193)

This commit is contained in:
Tiago Costa 2023-08-23 18:45:34 +01:00
parent 40d543deac
commit a6412b4b58
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -1311,8 +1311,9 @@ describe('Alerts Client', () => {
expect(clusterClient.bulk).not.toHaveBeenCalled();
});
});
// FLAKY: https://github.com/elastic/kibana/issues/163192
// FLAKY: https://github.com/elastic/kibana/issues/163193
describe.skip('getSummarizedAlerts', () => {
beforeEach(() => {
clusterClient.search.mockReturnValue({