From aeb3537b612a5a6be4e2505b2fc2223217e56438 Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Wed, 12 Aug 2020 17:23:53 -0700 Subject: [PATCH] Quarantine InputRadioGroupsWithNamesNestedInteractWithEditContext (#24853) --- src/Components/test/E2ETest/Tests/FormsTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/test/E2ETest/Tests/FormsTest.cs b/src/Components/test/E2ETest/Tests/FormsTest.cs index 988f021afd..265314d4ab 100644 --- a/src/Components/test/E2ETest/Tests/FormsTest.cs +++ b/src/Components/test/E2ETest/Tests/FormsTest.cs @@ -347,6 +347,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24850")] public void InputRadioGroupsWithNamesNestedInteractWithEditContext() { var appElement = MountTypicalValidationComponent();