Skip to content

Commit 2f3042d

Browse files
committed
Unquarantine test
1 parent 9203f25 commit 2f3042d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Components/Components/test/NavigationManagerTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ public void LocationChangingHandlers_CanCancelTheNavigationSynchronously_WhenMul
346346
var invokedHandlerCount = 0;
347347

348348
// The first two handlers run, but the third doesn't because the navigation gets prevented after the second.
349-
var expectedInvokedHandlerCount = 2;
349+
var expectedInvokedHandlerCount = 2;
350350

351351
navigationManager.RegisterLocationChangingHandler(HandleLocationChanging_AllowNavigation);
352352
navigationManager.RegisterLocationChangingHandler(HandleLocationChanging_PreventNavigation);
@@ -798,7 +798,6 @@ async ValueTask HandleLocationChanging_ThrowException(LocationChangingContext co
798798
}
799799
}
800800

801-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/52407")]
802801
[Fact]
803802
public async Task LocationChangingHandlers_CannotCancelTheNavigationAsynchronously_UntilReturning()
804803
{

0 commit comments

Comments
 (0)