We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84727b6 commit e6d9432Copy full SHA for e6d9432
src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs
@@ -7,6 +7,7 @@
7
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
8
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
9
using Microsoft.AspNetCore.E2ETesting;
10
+using Microsoft.AspNetCore.InternalTesting;
11
using OpenQA.Selenium;
12
using OpenQA.Selenium.BiDi.Communication;
13
using OpenQA.Selenium.Support.Extensions;
@@ -667,6 +668,7 @@ public void CanUpdateHrefOnLinkTagWithIntegrity()
667
668
}
669
670
[Theory]
671
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60875")]
672
[InlineData(false, false, false)]
673
[InlineData(false, true, false)]
674
[InlineData(true, true, false)]
0 commit comments