Skip to content

Commit a8cfc4f

Browse files
authored
Quarantine SubmitButtonFormactionAttributeOverridesEnhancedFormAction (dotnet#60068)
1 parent 2bb2576 commit a8cfc4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
99
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
1010
using Microsoft.AspNetCore.E2ETesting;
11+
using Microsoft.AspNetCore.InternalTesting;
1112
using OpenQA.Selenium;
1213
using TestServer;
1314
using Xunit.Abstractions;
@@ -1358,6 +1359,7 @@ public void RadioButtonGetsResetAfterSubmittingEnhancedForm()
13581359
}
13591360

13601361
[Fact]
1362+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60067")]
13611363
public void SubmitButtonFormactionAttributeOverridesEnhancedFormAction()
13621364
{
13631365
GoTo("forms/form-submit-button-with-formaction");

0 commit comments

Comments
 (0)