diff --git a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs index b6948f9b766c..0e8dcdd5602f 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs @@ -1443,7 +1443,6 @@ public void RadioButtonGetsResetAfterSubmittingEnhancedForm() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60067")] public void SubmitButtonFormactionAttributeOverridesEnhancedFormAction() { GoTo("forms/form-submit-button-with-formaction");