mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#177670)
This commit is contained in:
parent
cecc6c884c
commit
dd504446f1
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ jest.mock('../../../detections/containers/detection_engine/lists/use_lists_confi
|
|||
useListsConfig: jest.fn().mockReturnValue({ loading: false }),
|
||||
}));
|
||||
|
||||
describe('SharedLists', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/177670
|
||||
describe.skip('SharedLists', () => {
|
||||
const mockHistory = generateHistoryMock();
|
||||
const exceptionList1 = getExceptionListSchemaMock();
|
||||
const exceptionList2 = { ...getExceptionListSchemaMock(), list_id: 'not_endpoint_list', id: '2' };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue