Skip to content

Commit

Permalink
Quarantine CanBlockExternalNavigation and friends (dotnet#57154)
Browse files Browse the repository at this point in the history
* Quarantine `CanBlockExternalNavigation`

* Qurantine `NavigationIsLockedAfterPrerendering`
  • Loading branch information
MackinnonBuck authored Aug 3, 2024
1 parent 1d88c6c commit 6d1a132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
using Microsoft.AspNetCore.E2ETesting;
using Microsoft.AspNetCore.InternalTesting;
using OpenQA.Selenium;
using TestServer;
using Xunit.Abstractions;
Expand All @@ -21,6 +22,7 @@ public NavigationLockPrerenderingTest(
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57153")]
public void NavigationIsLockedAfterPrerendering()
{
Navigate("/locked-navigation");
Expand Down
1 change: 1 addition & 0 deletions src/Components/test/E2ETest/Tests/RoutingTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,7 @@ public void NavigationLock_HistoryNavigationWorks_AfterRefresh()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57153")]
public void NavigationLock_CanBlockExternalNavigation()
{
SetUrlViaPushState("/");
Expand Down

0 comments on commit 6d1a132

Please sign in to comment.