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 paulinashakirova committed Nov 26, 2024
1 parent edd6279 commit 250d671
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 250d671

Please sign in to comment.