Skip to content

Commit

Permalink
skip failing jest test (#150923)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 10, 2023
1 parent fe93e71 commit baabbdc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ const mockKibana = () => {
} as unknown as ReturnType<typeof useKibana>);
};

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

0 comments on commit baabbdc

Please sign in to comment.