Skip to content

Commit

Permalink
skip flaky suite (#178163)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 2, 2024
1 parent 6248a37 commit 84532ff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import { OWNERS } from '../../common/constants';
jest.mock('./api');
jest.mock('../common/lib/kibana/hooks');

describe('useGetCases', () => {
// FLAKY: https://github.com/elastic/kibana/issues/178163
describe.skip('useGetCases', () => {
const abortCtrl = new AbortController();
const addSuccess = jest.fn();
(useToasts as jest.Mock).mockReturnValue({ addSuccess, addError: jest.fn() });
Expand Down

0 comments on commit 84532ff

Please sign in to comment.