diff --git a/ui/src/components/OnboardingWizard.tsx b/ui/src/components/OnboardingWizard.tsx index 017736b2..b12c0739 100644 --- a/ui/src/components/OnboardingWizard.tsx +++ b/ui/src/components/OnboardingWizard.tsx @@ -303,12 +303,6 @@ export function OnboardingWizard() { if (isLocalAdapter) { const result = adapterEnvResult ?? (await runAdapterEnvironmentTest()); if (!result) return; - if (result.status === "fail") { - setError( - "Adapter environment test failed. Fix the errors and test again before continuing." - ); - return; - } } const agent = await agentsApi.create(createdCompanyId, {