Skip to content

Commit

Permalink
skip failing test suite (elastic#169133)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 17, 2023
1 parent 9b73b87 commit 0554daa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jest.mock('../../../../../common/components/user_privileges');
const getPackagePolicies = sendGetEndpointSpecificPackagePolicies as jest.Mock;
const useUserPrivilegesMock = useUserPrivileges as jest.Mock;

describe('When on the policy list page', () => {
// Failing: See https://github.com/elastic/kibana/issues/169133
describe.skip('When on the policy list page', () => {
let render: () => ReturnType<AppContextTestRender['render']>;
let renderResult: ReturnType<typeof render>;
let history: AppContextTestRender['history'];
Expand Down

0 comments on commit 0554daa

Please sign in to comment.