Skip to content

Commit de3d28a

Browse files
authored
Quarantine tests in ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest (#54758)
Tests: - Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry - Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry_Streaming Issue: #54757
1 parent 2c42d45 commit de3d28a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)