mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip flaky suite (#208987)
This commit is contained in:
parent
188669773e
commit
af7ed3f2a3
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ jest.mock('../../../common/components/user_privileges');
|
|||
|
||||
const useUserPrivilegesMock = _useUserPrivileges as jest.Mock;
|
||||
|
||||
describe('Running Processes Action Results component', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/208987
|
||||
describe.skip('Running Processes Action Results component', () => {
|
||||
let appTestContext: AppContextTestRender;
|
||||
let renderResult: ReturnType<AppContextTestRender['render']>;
|
||||
let render: () => ReturnType<AppContextTestRender['render']>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue