mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
skip flaky suite (#148486)
This commit is contained in:
parent
9360646829
commit
0ff17b197c
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ const mockKibana = () => {
|
|||
} as unknown as ReturnType<typeof useKibana>);
|
||||
};
|
||||
|
||||
describe('AllCasesListGeneric', () => {
|
||||
// Flaky: https://github.com/elastic/kibana/issues/148486
|
||||
describe.skip('AllCasesListGeneric', () => {
|
||||
const refetchCases = jest.fn();
|
||||
const onRowClick = jest.fn();
|
||||
const updateCaseProperty = jest.fn();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue