Quarantine a flaky test (#23827)
This commit is contained in:
parent
32b8ad6dce
commit
b501f13fb3
|
|
@ -385,6 +385,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23826")]
|
||||||
public void CanBindTextboxNullableShort()
|
public void CanBindTextboxNullableShort()
|
||||||
{
|
{
|
||||||
var target = Browser.FindElement(By.Id("textbox-nullable-short"));
|
var target = Browser.FindElement(By.Id("textbox-nullable-short"));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue