diff --git a/src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs index 8d04c76de03b..82985e3110cc 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs @@ -7,6 +7,7 @@ using Microsoft.AspNetCore.Components.E2ETest.Infrastructure; using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures; using Microsoft.AspNetCore.E2ETesting; +using Microsoft.AspNetCore.InternalTesting; using OpenQA.Selenium; using OpenQA.Selenium.BiDi.Communication; using OpenQA.Selenium.Support.Extensions; @@ -667,6 +668,7 @@ public void CanUpdateHrefOnLinkTagWithIntegrity() } [Theory] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60875")] [InlineData(false, false, false)] [InlineData(false, true, false)] [InlineData(true, true, false)]