Skip to content

Commit 5189524

Browse files
Unquarantine a couple servers tests (#31213)
1 parent d86be87 commit 5189524

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2TimeoutTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@ await WaitForConnectionErrorAsync<ConnectionAbortedException>(
551551
}
552552

553553
[Fact]
554-
[QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/2197")]
555554
public async Task DATA_Sent_TooSlowlyDueToOutputFlowControlOnMultipleStreams_AbortsConnectionAfterAdditiveRateTimeout()
556555
{
557556
var mockSystemClock = _serviceContext.MockSystemClock;

src/Servers/Kestrel/test/InMemory.FunctionalTests/Http3/Http3StreamTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ public async Task SchemeMismatch_Reset()
272272
}
273273

274274
[Fact]
275-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/21520")]
276275
public async Task MissingAuthority_200Status()
277276
{
278277
var headers = new[]

0 commit comments

Comments
 (0)