skip flaky suite (#208987)

This commit is contained in:
Tiago Costa 2025-06-13 23:52:43 +01:00
parent 188669773e
commit af7ed3f2a3
No known key found for this signature in database
GPG key ID: 3CE7D0BA7CB85D57

View file

@ -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']>;