diff --git a/src/Components/test/E2ETest/Tests/FormsTest.cs b/src/Components/test/E2ETest/Tests/FormsTest.cs index b58dee62cf0b..9e432f67e410 100644 --- a/src/Components/test/E2ETest/Tests/FormsTest.cs +++ b/src/Components/test/E2ETest/Tests/FormsTest.cs @@ -465,6 +465,7 @@ IWebElement FindFalseInput() } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62387")] public void CanWireUpINotifyPropertyChangedToEditContext() { var appElement = Browser.MountTestComponent();