We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0fbff commit d1a13ccCopy full SHA for d1a13cc
src/Servers/Kestrel/test/FunctionalTests/ResponseTests.cs
@@ -466,6 +466,7 @@ await connection.Send(
466
[Theory]
467
[InlineData(true)]
468
[InlineData(false)]
469
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/49974")]
470
public async Task ConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate(bool fin)
471
{
472
var logger = LoggerFactory.CreateLogger($"{ typeof(ResponseTests).FullName}.{ nameof(ConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate)}");
0 commit comments