mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#153550)
This commit is contained in:
parent
6591aa975e
commit
de252d3cba
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ jest.mock('../../ml/hooks/use_ml_capabilities');
|
|||
jest.mock('../../ml/api/get_jobs_summary');
|
||||
jest.mock('../api');
|
||||
|
||||
describe('useSecurityJobs', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/153550
|
||||
describe.skip('useSecurityJobs', () => {
|
||||
let appToastsMock: jest.Mocked<ReturnType<typeof useAppToastsMock.create>>;
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue