Skip to content

Commit b501f13

Browse files
Quarantine a flaky test (#23827)
1 parent 32b8ad6 commit b501f13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/test/E2ETest/Tests/BindTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ public void CanBindTextboxShort()
385385
}
386386

387387
[Fact]
388+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23826")]
388389
public void CanBindTextboxNullableShort()
389390
{
390391
var target = Browser.FindElement(By.Id("textbox-nullable-short"));

0 commit comments

Comments
 (0)