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()
1466
1466
}
1467
1467
1468
1468
[ Fact ]
1469
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54757" ) ]
1469
1470
public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry ( )
1470
1471
{
1471
1472
GoTo ( "about:blank" ) ;
@@ -1486,8 +1487,9 @@ public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry
1486
1487
Browser . Navigate ( ) . Back ( ) ;
1487
1488
Browser . Equal ( startUrl , ( ) => Browser . Url ) ;
1488
1489
}
1489
-
1490
+
1490
1491
[ Fact ]
1492
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54757" ) ]
1491
1493
public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry_Streaming ( )
1492
1494
{
1493
1495
GoTo ( "about:blank" ) ;
You can’t perform that action at this time.
0 commit comments