From 0a53d0d8c81cb629cc829cd1d2ef1df8eb0cb074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 10:58:36 +0000 Subject: [PATCH 1/2] Re-quarantine RedirectionTest.NavigationException_InAsyncContext_DoesNotBecomeUnobservedTaskException This test was recently unquarantined (PR #65998) but has been failing again in the components-e2e pipeline (pipeline 87). Re-quarantining while the root cause is investigated. TODO: Replace issue URL placeholder with actual issue number. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../test/E2ETest/ServerRenderingTests/RedirectionTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs index bafa233806dc..134231af565a 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs @@ -284,6 +284,7 @@ public void RedirectEnhancedGetToInternalWithErrorBoundary(bool disableThrowNavi } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/TODO")] public void NavigationException_InAsyncContext_DoesNotBecomeUnobservedTaskException() { AppContext.SetSwitch("Microsoft.AspNetCore.Components.Endpoints.NavigationManager.DisableThrowNavigationException", false); From a18ff7105a819695d7c454227b24d1462b3ae087 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Fri, 3 Apr 2026 08:40:34 -0700 Subject: [PATCH 2/2] Update quarantined test issue link in RedirectionTest --- .../test/E2ETest/ServerRenderingTests/RedirectionTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs index 134231af565a..26369835b772 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs @@ -284,7 +284,7 @@ public void RedirectEnhancedGetToInternalWithErrorBoundary(bool disableThrowNavi } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/TODO")] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66118")] public void NavigationException_InAsyncContext_DoesNotBecomeUnobservedTaskException() { AppContext.SetSwitch("Microsoft.AspNetCore.Components.Endpoints.NavigationManager.DisableThrowNavigationException", false);