Skip to content

Commit

Permalink
skip flaky suite (elastic#199204)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and Samiul-TheSoccerFan committed Dec 10, 2024
1 parent cb8a2a3 commit 0e93266
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ function createMockAgentPolicies(
}
}

describe('PackagePolicyDeleteProvider', () => {
// FLAKY: https://github.com/elastic/kibana/issues/199204
describe.skip('PackagePolicyDeleteProvider', () => {
it('Should show delete integrations action and cancel modal', async () => {
useMultipleAgentPoliciesMock.mockReturnValue({ canUseMultipleAgentPolicies: false });
sendGetAgentsMock.mockResolvedValue({
Expand Down

0 comments on commit 0e93266

Please sign in to comment.