mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip flaky suite (#218302)
This commit is contained in:
parent
f684ea4071
commit
12a55091d3
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue