Skip to content

Commit

Permalink
Unquarantine a couple servers tests (#31213)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy committed Mar 26, 2021
1 parent d86be87 commit 5189524
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ await WaitForConnectionErrorAsync<ConnectionAbortedException>(
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/2197")]
public async Task DATA_Sent_TooSlowlyDueToOutputFlowControlOnMultipleStreams_AbortsConnectionAfterAdditiveRateTimeout()
{
var mockSystemClock = _serviceContext.MockSystemClock;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ public async Task SchemeMismatch_Reset()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/21520")]
public async Task MissingAuthority_200Status()
{
var headers = new[]
Expand Down

0 comments on commit 5189524

Please sign in to comment.