Mark `ConnectionNotClosedWhenClientSatisfiesMinimumDataRateGivenLargeResponseChunks` as flaky

This commit is contained in:
Doug Bunting 2019-11-04 10:16:01 -08:00
parent 7f015aa226
commit 4dfebe5308
No known key found for this signature in database
GPG Key ID: EE41520987982C03
1 changed files with 2 additions and 1 deletions

View File

@ -733,7 +733,8 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
}
}
[Fact]
[ConditionalFact]
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2181", FlakyOn.All)]
public async Task ConnectionNotClosedWhenClientSatisfiesMinimumDataRateGivenLargeResponseChunks()
{
var chunkSize = 64 * 128 * 1024;