Quarantine a flaky test (#23827)

This commit is contained in:
Ryan Brandenburg 2020-07-09 16:44:29 -07:00 committed by GitHub
parent 32b8ad6dce
commit b501f13fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
}
[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23826")]
public void CanBindTextboxNullableShort()
{
var target = Browser.FindElement(By.Id("textbox-nullable-short"));