More quarantining (#19959)

This commit is contained in:
Brennan 2020-03-18 10:07:30 -07:00 committed by GitHub
parent b13a4b3cec
commit 3138b1913d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -812,6 +812,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
[Fact]
[CollectDump]
[QuarantinedTest]
public async Task ConnectionNotClosedWhenClientSatisfiesMinimumDataRateGivenLargeResponseHeaders()
{
var headerSize = 1024 * 1024; // 1 MB for each header value

View File

@ -27,6 +27,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Tests
public class Http2ConnectionTests : Http2TestBase
{
[Fact]
[QuarantinedTest]
public async Task FlowControl_ParallelStreams_FirstInFirstOutOrder()
{
var writeTcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);