Skip to content

Commit 6d1a132

Browse files
Quarantine CanBlockExternalNavigation and friends (#57154)
* Quarantine `CanBlockExternalNavigation` * Qurantine `NavigationIsLockedAfterPrerendering`
1 parent 1d88c6c commit 6d1a132

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;
@@ -21,6 +22,7 @@ public NavigationLockPrerenderingTest(
2122
}
2223

2324
[Fact]
25+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57153")]
2426
public void NavigationIsLockedAfterPrerendering()
2527
{
2628
Navigate("/locked-navigation");

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

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

10841084
[Fact]
1085+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57153")]
10851086
public void NavigationLock_CanBlockExternalNavigation()
10861087
{
10871088
SetUrlViaPushState("/");

0 commit comments

Comments
 (0)