diff --git a/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/step_select_agent_policy.test.tsx b/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/step_select_agent_policy.test.tsx index 1d6d6750e06e6..732dcc36ffd23 100644 --- a/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/step_select_agent_policy.test.tsx +++ b/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/step_select_agent_policy.test.tsx @@ -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 }); @@ -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 });