From 8b52c5ddb5ec9f8b65b8addd0d1532a5ba39500a Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz Date: Mon, 12 May 2025 12:10:18 +0200 Subject: [PATCH 1/2] Block test failing after switching to latest-chrome version. --- .../FormHandlingTests/FormWithParentBindingContextTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs index 4023915b3f29..a0cd816dafec 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs @@ -1309,7 +1309,7 @@ public void CanBindToFormWithFiles() } [Theory] - [InlineData(true)] + // [InlineData(true)] QuarantinedTest: https://github.com/dotnet/aspnetcore/issues/61880 [InlineData(false)] public void CanUseFormWithMethodGet(bool suppressEnhancedNavigation) { From de6cd06675940d12464dd32deec7f27cc8a2e360 Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz Date: Mon, 12 May 2025 12:30:14 +0200 Subject: [PATCH 2/2] Update issue number --- .../FormHandlingTests/FormWithParentBindingContextTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs index a0cd816dafec..3da563d5bc8c 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs @@ -1309,7 +1309,7 @@ public void CanBindToFormWithFiles() } [Theory] - // [InlineData(true)] QuarantinedTest: https://github.com/dotnet/aspnetcore/issues/61880 + // [InlineData(true)] QuarantinedTest: https://github.com/dotnet/aspnetcore/issues/61882 [InlineData(false)] public void CanUseFormWithMethodGet(bool suppressEnhancedNavigation) {