Skip to content

Commit 29c9acc

Browse files
authored
Quarantine FormWithParentBindingContextTest.CanBindToFormWithFiles (#54448)
1 parent b5f6c9e commit 29c9acc

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;
@@ -1250,6 +1251,7 @@ public void PostingFormWithErrorsDoesNotExceedMaximumErrors()
12501251
}
12511252

12521253
[Fact]
1254+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54447")]
12531255
public void CanBindToFormWithFiles()
12541256
{
12551257
var profilePicture = TempFile.Create(_tempDirectory, "txt", "This is a profile picture.");

0 commit comments

Comments
 (0)