From 5da3891b6884a40db5ce6117d174f07c96d92427 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Tue, 29 Nov 2022 16:15:31 -0600 Subject: [PATCH] skip flaky suite (#145635) --- .../response_actions_log.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/response_actions_log.test.tsx b/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/response_actions_log.test.tsx index ffba2f85bbf7c..9f54eeadaf804 100644 --- a/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/response_actions_log.test.tsx +++ b/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/response_actions_log.test.tsx @@ -139,7 +139,8 @@ jest.mock('../../hooks/response_actions/use_get_file_info', () => { const mockUseGetEndpointsList = useGetEndpointsList as jest.Mock; -describe('Response actions history', () => { +// FLAKY https://github.com/elastic/kibana/issues/145635 +describe.skip('Response actions history', () => { const useUserPrivilegesMock = _useUserPrivileges as jest.Mock< ReturnType >;