mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#207444)
This commit is contained in:
parent
a00b79dfff
commit
83ff0eb698
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ import { casesQueriesKeys } from './constants';
|
|||
jest.mock('./api');
|
||||
jest.mock('../common/lib/kibana');
|
||||
|
||||
describe('useUpdateCase', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/207444
|
||||
describe.skip('useUpdateCase', () => {
|
||||
const updateKey: UpdateKey = 'description';
|
||||
|
||||
const addSuccess = jest.fn();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue