Skip to content

Commit 3679a01

Browse files
authored
Unquarantine tests since they haven't failed in 30 days (#22878)
1 parent c30638b commit 3679a01

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Components/test/E2ETest/ServerExecutionTests/ComponentHubReliabilityTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ protected override async Task InitializeAsync()
5151
}
5252

5353
[Fact]
54-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/19414")]
5554
public async Task CannotStartMultipleCircuits()
5655
{
5756
// Arrange

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public void CanInsertUnkeyed()
9292
}
9393

9494
[Fact]
95-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/22034")]
9695
public void CanDeleteUnkeyed()
9796
{
9897
PerformTest(

0 commit comments

Comments
 (0)