Skip to content

Commit 7dd498b

Browse files
[release/8.0] Block test that is failing after switching to latest-chrome (#62284)
* Block test failing after switching to latest-chrome version. * Update issue number --------- Co-authored-by: Ilona Tomkowicz <itomkowicz@microsoft.com>
1 parent 21dfe81 commit 7dd498b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ public void CanBindToFormWithFiles()
12871287
}
12881288

12891289
[Theory]
1290-
[InlineData(true)]
1290+
// [InlineData(true)] QuarantinedTest: https://github.com/dotnet/aspnetcore/issues/61882
12911291
[InlineData(false)]
12921292
public void CanUseFormWithMethodGet(bool suppressEnhancedNavigation)
12931293
{

0 commit comments

Comments
 (0)