mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#191804)
This commit is contained in:
parent
d8d7b7a327
commit
cba99de545
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ function createMockPackagePolicy(
|
|||
...props,
|
||||
};
|
||||
}
|
||||
describe('PackagePolicyActionsMenu', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/191804
|
||||
describe.skip('PackagePolicyActionsMenu', () => {
|
||||
beforeAll(() => {
|
||||
useMultipleAgentPoliciesMock.mockReturnValue({ canUseMultipleAgentPolicies: false });
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue