Skip to content

Commit e861fd1

Browse files
committed
Revert "Unquarantine #57153"
This reverts commit 763b6c6.
1 parent bb76b9b commit e861fd1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Components/test/E2ETest/ServerExecutionTests/NavigationLockPrerenderingTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
55
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
66
using Microsoft.AspNetCore.E2ETesting;
7+
using Microsoft.AspNetCore.InternalTesting;
78
using OpenQA.Selenium;
89
using TestServer;
910
using Xunit.Abstractions;
@@ -24,6 +25,7 @@ public override Task InitializeAsync()
2425
=> InitializeAsync(BrowserFixture.RoutingTestContext);
2526

2627
[Fact]
28+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57153")]
2729
public void NavigationIsLockedAfterPrerendering()
2830
{
2931
Navigate("/locked-navigation");

src/Components/test/E2ETest/Tests/RoutingTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,7 @@ public void NavigationLock_HistoryNavigationWorks_AfterRefresh()
10841084
}
10851085

10861086
[Fact]
1087+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57153")]
10871088
public void NavigationLock_CanBlockExternalNavigation()
10881089
{
10891090
SetUrlViaPushState("/");

0 commit comments

Comments
 (0)