Skip to content

Commit

Permalink
skip flaky suite (#174205)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 12, 2024
1 parent 05dc921 commit a6a2e69
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jest.mock('../../common/lib/kibana');
const useKibanaMock = useKibana as jest.Mocked<typeof useKibana>;
const onCaseCreated = jest.fn();

describe('useCreateCaseModal', () => {
// FLAKY: https://github.com/elastic/kibana/issues/174205
describe.skip('useCreateCaseModal', () => {
let navigateToApp: jest.Mock;

beforeEach(() => {
Expand Down

0 comments on commit a6a2e69

Please sign in to comment.