Skip to content

Commit 202a88b

Browse files
github-actions[bot]MackinnonBuckwtgodbe
authored
[release/8.0] Quarantine CanBlockExternalNavigation and friends (#57624)
* Quarantine `CanBlockExternalNavigation` * Qurantine `NavigationIsLockedAfterPrerendering` * Update NavigationLockPrerenderingTest.cs --------- Co-authored-by: Mackinnon Buck <[email protected]> Co-authored-by: William Godbe <[email protected]>
1 parent c4f6f2e commit 202a88b

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.Testing;
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)