From 8e3e52981c4916988b33b343a0ac8771c3e2b754 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:39:42 +0000 Subject: [PATCH] Unquarantine RedirectionTest.NavigationException_InAsyncContext_DoesNotBecomeUnobservedTaskException (PR #63708) The test has been passing 100% for the past 30+ days in the quarantined test pipeline. Note: The KestrelConfigurationLoaderTests.ConfigureEndpoint_CanLoadPemCertificates test still references the same PR URL and remains quarantined. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../test/E2ETest/ServerRenderingTests/RedirectionTest.cs | 1 - 1 file changed, 1 deletion(-) 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);