Skip to content

Commit

Permalink
Unquarantine #57153
Browse files Browse the repository at this point in the history
  • Loading branch information
halter73 committed Sep 20, 2024
1 parent bc6dbaa commit 763b6c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
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 @@ -25,7 +24,6 @@ public override Task InitializeAsync()
=> InitializeAsync(BrowserFixture.RoutingTestContext);

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57153")]
public void NavigationIsLockedAfterPrerendering()
{
Navigate("/locked-navigation");
Expand Down
1 change: 0 additions & 1 deletion src/Components/test/E2ETest/Tests/RoutingTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,6 @@ 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 763b6c6

Please sign in to comment.