From 7ff3081394bccc0d24f26bb16c72ecf94a2574e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 10:40:44 +0000 Subject: [PATCH] Unquarantine TlsHandshakeFeatureTests.SetsTlsHandshakeFeatureForHttps (issue #49306) The test has been passing 100% (63 passes, 0 failures across 21/30 builds) in the quarantined test pipeline (definition 84) over the past 30 days. The test has been quarantined since July 2023 and is long overdue for unquarantine. Closes https://github.com/dotnet/aspnetcore/issues/49306 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;