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 44using  Microsoft . AspNetCore . Components . E2ETest . Infrastructure ; 
55using  Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ; 
66using  Microsoft . AspNetCore . E2ETesting ; 
7+ using  Microsoft . AspNetCore . InternalTesting ; 
78using  OpenQA . Selenium ; 
89using  TestServer ; 
910using  Xunit . Abstractions ; 
@@ -24,6 +25,7 @@ public override Task InitializeAsync()
2425        =>  InitializeAsync ( BrowserFixture . RoutingTestContext ) ; 
2526
2627    [ Fact ] 
28+     [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/57153" ) ] 
2729    public  void  NavigationIsLockedAfterPrerendering ( ) 
2830    { 
2931        Navigate ( "/locked-navigation" ) ; 
Original file line number Diff line number Diff line change @@ -1084,6 +1084,7 @@ public void NavigationLock_HistoryNavigationWorks_AfterRefresh()
10841084    } 
10851085
10861086    [ Fact ] 
1087+     [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/57153" ) ] 
10871088    public  void  NavigationLock_CanBlockExternalNavigation ( ) 
10881089    { 
10891090        SetUrlViaPushState ( "/" ) ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments