We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b085deb commit 0ec79c5Copy full SHA for 0ec79c5
src/Components/test/E2ETest/Tests/FormsTest.cs
@@ -10,6 +10,7 @@
10
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
11
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
12
using Microsoft.AspNetCore.E2ETesting;
13
+using Microsoft.AspNetCore.Testing;
14
using OpenQA.Selenium;
15
using OpenQA.Selenium.Support.UI;
16
using Xunit;
@@ -190,6 +191,7 @@ public void InputTextAreaInteractsWithEditContext()
190
191
}
192
193
[Fact]
194
+ [Flaky("https://github.com/dotnet/aspnetcore-internal/issues/3615", FlakyOn.Helix.All)]
195
public void InputDateInteractsWithEditContext_NonNullableDateTime()
196
{
197
var appElement = MountTypicalValidationComponent();
0 commit comments