Skip to content

Commit d1a13cc

Browse files
authored
Quarantine ResponseTests.ConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate
1 parent fe0fbff commit d1a13cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/Kestrel/test/FunctionalTests/ResponseTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ await connection.Send(
466466
[Theory]
467467
[InlineData(true)]
468468
[InlineData(false)]
469+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/49974")]
469470
public async Task ConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate(bool fin)
470471
{
471472
var logger = LoggerFactory.CreateLogger($"{ typeof(ResponseTests).FullName}.{ nameof(ConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate)}");

0 commit comments

Comments
 (0)