Skip to content

Commit

Permalink
[Fleet] unskip test (#213365)
Browse files Browse the repository at this point in the history
Closes #192793
Closes #192792
  • Loading branch information
juliaElastic authored Mar 6, 2025
1 parent d2a19bd commit 198b99e
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ describe('stepStepSelectAgentPolicy', () => {
/>
));

// FLAKY: https://github.com/elastic/kibana/issues/192792
// FLAKY: https://github.com/elastic/kibana/issues/192793
describe.skip('with single agent policy', () => {
describe('with single agent policy', () => {
beforeEach(() => {
testRenderer = createFleetTestRendererMock();
useMultipleAgentPoliciesMock.mockReturnValue({ canUseMultipleAgentPolicies: false });
Expand Down Expand Up @@ -129,8 +127,7 @@ describe('stepStepSelectAgentPolicy', () => {
});
});

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

0 comments on commit 198b99e

Please sign in to comment.