skip flaky suite (#218302)

This commit is contained in:
Tiago Costa 2025-04-24 04:50:50 +01:00
parent f684ea4071
commit 12a55091d3
No known key found for this signature in database
GPG key ID: 3CE7D0BA7CB85D57

View file

@ -18,7 +18,8 @@ jest.mock('react-router-dom', () => {
return { ...actual, useLocation: jest.fn().mockReturnValue({ pathname: '' }) };
});
describe('AlertsSummaryChartsPanel', () => {
// FLAKY: https://github.com/elastic/kibana/issues/218302
describe.skip('AlertsSummaryChartsPanel', () => {
const mockSetIsExpanded = jest.fn();
const defaultProps = {
signalIndexName: 'signalIndexName',