mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#163193)
This commit is contained in:
parent
40d543deac
commit
a6412b4b58
1 changed files with 2 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue