Skip to content

Commit

Permalink
skip flaky suite. #142283
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 14, 2022
1 parent 4229010 commit 8c54dca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ const fillFormReactTestingLib = async (renderResult: RenderResult) => {
}
};

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

0 comments on commit 8c54dca

Please sign in to comment.