From b909f89780792795f6698cf0dcf870300485c4df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Mar 2026 10:41:55 +0000 Subject: [PATCH] Unquarantine W3CLoggerTests.HandlesNullValuesAsync (issue #61052) Test has been passing 100% for 30+ days (300 passes, 30 builds) in the quarantined test pipeline. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/Middleware/HttpLogging/test/W3CLoggerTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Middleware/HttpLogging/test/W3CLoggerTests.cs b/src/Middleware/HttpLogging/test/W3CLoggerTests.cs index 0502c3c966c8..f807ddb49492 100644 --- a/src/Middleware/HttpLogging/test/W3CLoggerTests.cs +++ b/src/Middleware/HttpLogging/test/W3CLoggerTests.cs @@ -54,7 +54,6 @@ public async Task WritesDateTime() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61052")] public async Task HandlesNullValuesAsync() { var path = Path.GetTempFileName() + "_";