From 7042ba25de48d83cf6d4bcf450ebf43a8de47e53 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Tue, 11 Mar 2025 11:37:38 -0700 Subject: [PATCH] Quarantine RadioButtonGetsResetAfterSubmittingEnhancedForm test --- .../FormHandlingTests/FormWithParentBindingContextTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs index 3a195b94066d..8334245153eb 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs @@ -1362,6 +1362,7 @@ void AssertUiState(string expectedStringValue, bool expectedBoolValue) } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60873")] public void RadioButtonGetsResetAfterSubmittingEnhancedForm() { GoTo("forms/form-with-checkbox-and-radio-button");