File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
src/Servers/Kestrel/test/InMemory.FunctionalTests Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 [ ]
You can’t perform that action at this time.
0 commit comments