More quarantining (#19959)
This commit is contained in:
parent
b13a4b3cec
commit
3138b1913d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue