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 8c5a59a commit 0af1274Copy full SHA for 0af1274
src/Servers/Kestrel/test/FunctionalTests/ResponseTests.cs
@@ -417,6 +417,7 @@ await connection.Send(
417
418
[Theory]
419
[MemberData(nameof(ConnectionMiddlewareData))]
420
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/41850")]
421
public async Task ClientAbortingConnectionImmediatelyIsNotLoggedHigherThanDebug(ListenOptions listenOptions)
422
{
423
// Attempt multiple connections to be extra sure the resets are consistently logged appropriately.
0 commit comments