Skip to content

Commit

Permalink
skip failing test suite (elastic#146394)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored and gergoabraham committed Sep 21, 2023
1 parent cb50ebd commit 7efed96
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ const waitForFormToRender = async (renderer: Screen) => {
});
};

describe('Create case', () => {
// Failing: See https://github.com/elastic/kibana/issues/146394
describe.skip('Create case', () => {
const refetch = jest.fn();
const onFormSubmitSuccess = jest.fn();
const afterCaseCreated = jest.fn();
Expand Down

0 comments on commit 7efed96

Please sign in to comment.