Quarantining InputDateInteractsWithEditContext_NonNullableDateTime (#22857)
https://github.com/dotnet/aspnetcore-internal/issues/3616
This commit is contained in:
parent
b085deb831
commit
0ec79c5196
|
|
@ -10,6 +10,7 @@ using BasicTestApp.FormsTest;
|
|||
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;
|
||||
|
|
@ -190,6 +191,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[Flaky("https://github.com/dotnet/aspnetcore-internal/issues/3615", FlakyOn.Helix.All)]
|
||||
public void InputDateInteractsWithEditContext_NonNullableDateTime()
|
||||
{
|
||||
var appElement = MountTypicalValidationComponent();
|
||||
|
|
|
|||
Loading…
Reference in New Issue