mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#146394)
This commit is contained in:
parent
82024c240a
commit
737aaf3571
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue