Skip to content

Commit e6d9432

Browse files
authored
Quarantine EnhancedNavigationScrollBehavesSameAsBrowserOnNavigation (#60876)
* Quarantine EnhancedNavigationScrollBehavesSameAsBrowserOnNavigation * Add InternalTesting import to EnhancedNavigationTest
1 parent 84727b6 commit e6d9432

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
88
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
99
using Microsoft.AspNetCore.E2ETesting;
10+
using Microsoft.AspNetCore.InternalTesting;
1011
using OpenQA.Selenium;
1112
using OpenQA.Selenium.BiDi.Communication;
1213
using OpenQA.Selenium.Support.Extensions;
@@ -667,6 +668,7 @@ public void CanUpdateHrefOnLinkTagWithIntegrity()
667668
}
668669

669670
[Theory]
671+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60875")]
670672
[InlineData(false, false, false)]
671673
[InlineData(false, true, false)]
672674
[InlineData(true, true, false)]

0 commit comments

Comments
 (0)