Skip to content

Commit

Permalink
Quarantining InputDateInteractsWithEditContext_NonNullableDateTime (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Jun 12, 2020
1 parent b085deb commit 0ec79c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/test/E2ETest/Tests/FormsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
using Microsoft.AspNetCore.E2ETesting;
using Microsoft.AspNetCore.Testing;
using OpenQA.Selenium;
using OpenQA.Selenium.Support.UI;
using Xunit;
Expand Down Expand Up @@ -190,6 +191,7 @@ public void InputTextAreaInteractsWithEditContext()
}

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

0 comments on commit 0ec79c5

Please sign in to comment.