Skip to content

Commit

Permalink
skip flaky suite. #145635
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 17, 2022
1 parent 520e876 commit 4efcb2c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
>;
Expand Down

0 comments on commit 4efcb2c

Please sign in to comment.