mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite. #143436
This commit is contained in:
parent
0e86637015
commit
ee68545a49
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ const getPackagePolicies = sendGetEndpointSpecificPackagePolicies as jest.Mock;
|
|||
|
||||
const mockedSendBulkGetAgentPolicies = sendBulkGetAgentPolicyList as jest.Mock;
|
||||
|
||||
describe('When on the policy list page', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/143436
|
||||
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