Skip to content

Commit 2b0e9d8

Browse files
authored
Block test that is failing after switching to latest-chrome (#61881)
* Block test failing after switching to latest-chrome version.
1 parent 7e446c6 commit 2b0e9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ public void CanBindToFormWithFiles()
13091309
}
13101310

13111311
[Theory]
1312-
[InlineData(true)]
1312+
// [InlineData(true)] QuarantinedTest: https://github.com/dotnet/aspnetcore/issues/61882
13131313
[InlineData(false)]
13141314
public void CanUseFormWithMethodGet(bool suppressEnhancedNavigation)
13151315
{

0 commit comments

Comments
 (0)