mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky jest suite (#140153)
This commit is contained in:
parent
194e0d7144
commit
d3d994e42e
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/140153
|
||||
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