Skip to content

Commit 0af1274

Browse files
authored
Quarantine ClientAbortingConnectionImmediatelyIsNotLoggedHigherThanDebug (#41851)
For #41850
1 parent 8c5a59a commit 0af1274

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
@@ -417,6 +417,7 @@ await connection.Send(
417417

418418
[Theory]
419419
[MemberData(nameof(ConnectionMiddlewareData))]
420+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/41850")]
420421
public async Task ClientAbortingConnectionImmediatelyIsNotLoggedHigherThanDebug(ListenOptions listenOptions)
421422
{
422423
// Attempt multiple connections to be extra sure the resets are consistently logged appropriately.

0 commit comments

Comments
 (0)