Skip to content

Commit

Permalink
skip flaky suite (elastic#192739)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 6, 2024
1 parent b0935f7 commit bd6cf31
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ const mockKibana = () => {
} as unknown as ReturnType<typeof useKibana>);
};

describe('AllCasesListGeneric', () => {
// FLAKY: https://github.com/elastic/kibana/issues/192739
describe.skip('AllCasesListGeneric', () => {
const onRowClick = jest.fn();
const updateCaseProperty = jest.fn();

Expand Down

0 comments on commit bd6cf31

Please sign in to comment.