skip failing test suite (#146394)

This commit is contained in:
Jonathan Budzenski 2023-09-20 14:33:30 -05:00
parent 82024c240a
commit 737aaf3571

View file

@ -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();