From 6631d3732fe44f05d33e8d8cea41de97475d9f6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:02:17 +0000 Subject: [PATCH] Unquarantine TlsHandshakeFeatureTests.SetsTlsHandshakeFeatureForHttps (issue #49306) The test has been passing with 100% success rate (66 passes, 0 failures) in the quarantined test pipeline over the past 30 days, appearing in 22 out of 30 builds (73%). The test was originally quarantined in July 2023 and has been stable. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/Servers/IIS/IIS/test/IIS.Tests/TlsHandshakeFeatureTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Servers/IIS/IIS/test/IIS.Tests/TlsHandshakeFeatureTests.cs b/src/Servers/IIS/IIS/test/IIS.Tests/TlsHandshakeFeatureTests.cs index 7be0fbe6b98d..958c3b24a4ec 100644 --- a/src/Servers/IIS/IIS/test/IIS.Tests/TlsHandshakeFeatureTests.cs +++ b/src/Servers/IIS/IIS/test/IIS.Tests/TlsHandshakeFeatureTests.cs @@ -13,7 +13,6 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests; public class TlsHandshakeFeatureTests : StrictTestServerTests { [ConditionalFact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/49306")] public async Task SetsTlsHandshakeFeatureForHttps() { ITlsHandshakeFeature tlsHandshakeFeature = null;