mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#208380)
This commit is contained in:
parent
3dfd051143
commit
a115b8e1f5
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ import { createAppMockRenderer } from '../common/mock';
|
|||
jest.mock('./api');
|
||||
jest.mock('../common/lib/kibana');
|
||||
|
||||
describe('useGetCaseUsers', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/208380
|
||||
describe.skip('useGetCaseUsers', () => {
|
||||
let appMockRender: AppMockRenderer;
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue