From d41bdc6fb546f5f9bf87f74361fec58516997678 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 10:41:07 +0000 Subject: [PATCH] Unquarantine TlsHandshakeFeatureTests.SetsTlsHandshakeFeatureForHttps Test has had 100% pass rate for 30+ days in quarantine pipeline (21/30 builds, 63 passes, 0 failures). 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;