Skip to content

Commit

Permalink
skip flaky suite (elastic#197985)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 20, 2024
1 parent 5f716a2 commit 59d5016
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ describe('stepStepSelectAgentPolicy', () => {
});
});

describe('with multiple agent policies', () => {
// FLAKY: https://github.com/elastic/kibana/issues/197985
describe.skip('with multiple agent policies', () => {
beforeEach(() => {
testRenderer = createFleetTestRendererMock();
useMultipleAgentPoliciesMock.mockReturnValue({ canUseMultipleAgentPolicies: true });
Expand Down

0 comments on commit 59d5016

Please sign in to comment.