From 384ff4735d79b6432d7ca20f6c5c3a5cd8c34978 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:01:35 +0000 Subject: [PATCH] Unquarantine HttpsConfigurationTests (issue #66031) Tests have been passing 100% for 30+ days in the quarantined test pipeline. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/Servers/Kestrel/Kestrel/test/HttpsConfigurationTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Servers/Kestrel/Kestrel/test/HttpsConfigurationTests.cs b/src/Servers/Kestrel/Kestrel/test/HttpsConfigurationTests.cs index 9fae3b5f8f85..7fac7088ca4b 100644 --- a/src/Servers/Kestrel/Kestrel/test/HttpsConfigurationTests.cs +++ b/src/Servers/Kestrel/Kestrel/test/HttpsConfigurationTests.cs @@ -15,7 +15,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Tests; -[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66031")] public class HttpsConfigurationTests { [Theory]