File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1466,6 +1466,7 @@ public void SubmitButtonFormenctypeAttributeOverridesEnhancedFormEnctype()
14661466 }
14671467
14681468 [ Fact ]
1469+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54757" ) ]
14691470 public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry ( )
14701471 {
14711472 GoTo ( "about:blank" ) ;
@@ -1486,8 +1487,9 @@ public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry
14861487 Browser . Navigate ( ) . Back ( ) ;
14871488 Browser . Equal ( startUrl , ( ) => Browser . Url ) ;
14881489 }
1489-
1490+
14901491 [ Fact ]
1492+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54757" ) ]
14911493 public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry_Streaming ( )
14921494 {
14931495 GoTo ( "about:blank" ) ;
You can’t perform that action at this time.
0 commit comments