File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/Components/test/E2ETest Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 4
4
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
5
5
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
6
6
using Microsoft . AspNetCore . E2ETesting ;
7
+ using Microsoft . AspNetCore . InternalTesting ;
7
8
using OpenQA . Selenium ;
8
9
using TestServer ;
9
10
using Xunit . Abstractions ;
@@ -21,6 +22,7 @@ public NavigationLockPrerenderingTest(
21
22
}
22
23
23
24
[ Fact ]
25
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/57153" ) ]
24
26
public void NavigationIsLockedAfterPrerendering ( )
25
27
{
26
28
Navigate ( "/locked-navigation" ) ;
Original file line number Diff line number Diff line change @@ -1082,6 +1082,7 @@ public void NavigationLock_HistoryNavigationWorks_AfterRefresh()
1082
1082
}
1083
1083
1084
1084
[ Fact ]
1085
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/57153" ) ]
1085
1086
public void NavigationLock_CanBlockExternalNavigation ( )
1086
1087
{
1087
1088
SetUrlViaPushState ( "/" ) ;
You can’t perform that action at this time.
0 commit comments