Skip to content

Commit 763b6c6

Browse files
committed
Unquarantine #57153
1 parent bc6dbaa commit 763b6c6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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;
87
using OpenQA.Selenium;
98
using TestServer;
109
using Xunit.Abstractions;
@@ -25,7 +24,6 @@ public override Task InitializeAsync()
2524
=> InitializeAsync(BrowserFixture.RoutingTestContext);
2625

2726
[Fact]
28-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57153")]
2927
public void NavigationIsLockedAfterPrerendering()
3028
{
3129
Navigate("/locked-navigation");

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,6 @@ public void NavigationLock_HistoryNavigationWorks_AfterRefresh()
10851085
}
10861086

10871087
[Fact]
1088-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57153")]
10891088
public void NavigationLock_CanBlockExternalNavigation()
10901089
{
10911090
SetUrlViaPushState("/");

0 commit comments

Comments
 (0)