mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#156741)
This commit is contained in:
parent
b863a06322
commit
c4bc8675e1
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue