Skip to content

Commit

Permalink
skip flaky suite (elastic#191804)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Dec 12, 2024
1 parent 3405bb5 commit a40a423
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
});
Expand Down

0 comments on commit a40a423

Please sign in to comment.