diff --git a/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs index 60a5c34ed822..bafa233806dc 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs @@ -284,7 +284,6 @@ public void RedirectEnhancedGetToInternalWithErrorBoundary(bool disableThrowNavi } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/pull/63708/")] public void NavigationException_InAsyncContext_DoesNotBecomeUnobservedTaskException() { AppContext.SetSwitch("Microsoft.AspNetCore.Components.Endpoints.NavigationManager.DisableThrowNavigationException", false);