skip flaky suite (#145635)

This commit is contained in:
Jonathan Budzenski 2022-11-29 16:15:31 -06:00
parent f7bff8e0da
commit 5da3891b68

View file

@ -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<typeof _useUserPrivileges>
>;