mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#169133)
This commit is contained in:
parent
9b73b87d5c
commit
0554daacb8
1 changed files with 2 additions and 1 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue