skip flaky suite (#156741)

This commit is contained in:
Tiago Costa 2023-08-01 15:57:20 +01:00
parent b863a06322
commit c4bc8675e1
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -82,7 +82,8 @@ const useFindCaseUserActionsMock = useFindCaseUserActions as jest.Mock;
const useUpdateCommentMock = useUpdateComment as jest.Mock;
const patchComment = jest.fn();
describe(`UserActions`, () => {
// FLAKY: https://github.com/elastic/kibana/issues/156741
describe.skip(`UserActions`, () => {
const sampleData = {
content: 'what a great comment update',
};