diff --git a/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs index c97b7eb5bf9c..a9424bd3cc30 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/RedirectionTest.cs @@ -155,7 +155,7 @@ public void RedirectEnhancedPostToExternal(bool disableThrowNavigationException) [Theory] [InlineData(true)] [InlineData(false)] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/#aw_redirect1")] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66709")] public void RedirectStreamingEnhancedGetToInternal(bool disableThrowNavigationException) { AppContext.SetSwitch("Microsoft.AspNetCore.Components.Endpoints.NavigationManager.DisableThrowNavigationException", disableThrowNavigationException); diff --git a/src/ProjectTemplates/test/Templates.Blazor.Tests/BlazorWebTemplateTest.cs b/src/ProjectTemplates/test/Templates.Blazor.Tests/BlazorWebTemplateTest.cs index cb3ac73a3fe7..f16330831abc 100644 --- a/src/ProjectTemplates/test/Templates.Blazor.Tests/BlazorWebTemplateTest.cs +++ b/src/ProjectTemplates/test/Templates.Blazor.Tests/BlazorWebTemplateTest.cs @@ -56,7 +56,7 @@ Project GetTargetProject(Project rootProject) [Theory] [InlineData(BrowserKind.Chromium)] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/#aw_passkeys1")] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66708")] public async Task BlazorWebTemplate_CanUsePasskeys(BrowserKind browserKind) { var project = await CreateBuildPublishAsync(args: ["-int", "None", "-au", "Individual"]);