From d20b5d702ba07c9c583beb2e6df950b5430fb596 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 10:43:45 +0000 Subject: [PATCH] Quarantine RedirectionTest.RedirectStreamingEnhancedGetToInternal Associated issue: #aw_redirect1 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 26369835b772..c97b7eb5bf9c 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs @@ -155,6 +155,7 @@ public void RedirectEnhancedPostToExternal(bool disableThrowNavigationException) [Theory] [InlineData(true)] [InlineData(false)] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/#aw_redirect1")] public void RedirectStreamingEnhancedGetToInternal(bool disableThrowNavigationException) { AppContext.SetSwitch("Microsoft.AspNetCore.Components.Endpoints.NavigationManager.DisableThrowNavigationException", disableThrowNavigationException);