mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#163195)
This commit is contained in:
parent
37245b25b5
commit
b16931819a
1 changed files with 2 additions and 1 deletions
|
@ -1311,10 +1311,11 @@ describe('Alerts Client', () => {
|
|||
expect(clusterClient.bulk).not.toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/163192
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/163193
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/163194
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/163195
|
||||
describe.skip('getSummarizedAlerts', () => {
|
||||
beforeEach(() => {
|
||||
clusterClient.search.mockReturnValue({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue