skip flaky suite (#207444)

This commit is contained in:
Tiago Costa 2025-01-24 17:41:21 +00:00
parent a00b79dfff
commit 83ff0eb698
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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