Skip to content

Commit ade5151

Browse files
Unquarantine Kestrel ResponseTests.ConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate (issue #49974) (#65970)
Test has been passing 100% for 30+ days (300 passes, 30 builds) in the quarantined test pipeline. Note: HttpsConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate (also issue #49974) is still failing and remains quarantined. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 20cea47 commit ade5151

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)