From cbb8c6d915aaa62faf922fafaf490c2cdcc480fb Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Thu, 18 Jun 2020 09:48:40 -0700 Subject: [PATCH] Update FormsTest.cs --- src/Components/test/E2ETest/Tests/FormsTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/test/E2ETest/Tests/FormsTest.cs b/src/Components/test/E2ETest/Tests/FormsTest.cs index 4bdfcb78b8..b573a5bd85 100644 --- a/src/Components/test/E2ETest/Tests/FormsTest.cs +++ b/src/Components/test/E2ETest/Tests/FormsTest.cs @@ -191,7 +191,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests } [Fact] - [Flaky("https://github.com/dotnet/aspnetcore-internal/issues/3615", FlakyOn.Helix.All)] + [QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/3615")] public void InputDateInteractsWithEditContext_NonNullableDateTime() { var appElement = MountTypicalValidationComponent();