skip flaky suite. #145635

This commit is contained in:
Jonathan Budzenski 2022-11-17 16:44:24 -06:00
parent 520e876557
commit 4efcb2cd8b

View file

@ -138,7 +138,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>
>;