Skip to content

Commit 0ec79c5

Browse files
authored
Quarantining InputDateInteractsWithEditContext_NonNullableDateTime (#22857)
dotnet/aspnetcore-internal#3616
1 parent b085deb commit 0ec79c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/test/E2ETest/Tests/FormsTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
1111
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
1212
using Microsoft.AspNetCore.E2ETesting;
13+
using Microsoft.AspNetCore.Testing;
1314
using OpenQA.Selenium;
1415
using OpenQA.Selenium.Support.UI;
1516
using Xunit;
@@ -190,6 +191,7 @@ public void InputTextAreaInteractsWithEditContext()
190191
}
191192

192193
[Fact]
194+
[Flaky("https://github.com/dotnet/aspnetcore-internal/issues/3615", FlakyOn.Helix.All)]
193195
public void InputDateInteractsWithEditContext_NonNullableDateTime()
194196
{
195197
var appElement = MountTypicalValidationComponent();

0 commit comments

Comments
 (0)