Skip to content

Commit b3b6e50

Browse files
authored
Quarantine CanDeletedUnkeyed (#22035)
1 parent cca73f2 commit b3b6e50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
1111
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
1212
using Microsoft.AspNetCore.E2ETesting;
13+
using Microsoft.AspNetCore.Testing;
1314
using OpenQA.Selenium;
1415
using OpenQA.Selenium.Interactions;
1516
using Xunit;
@@ -91,6 +92,7 @@ public void CanInsertUnkeyed()
9192
}
9293

9394
[Fact]
95+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/22034")]
9496
public void CanDeleteUnkeyed()
9597
{
9698
PerformTest(
@@ -217,7 +219,7 @@ public async Task CanRetainFocusWhileMovingTextBox()
217219
textboxFinder().Clear();
218220

219221
// On each keystroke, the boxes will be shuffled. The text will only
220-
// be inserted correctly if focus is retained.
222+
// be inserted correctly if focus is retained.
221223
textboxFinder().Click();
222224
while (textToType.Length > 0)
223225
{

0 commit comments

Comments
 (0)