From ff9b2c550c95b993c605a949b0d4a88b059daff4 Mon Sep 17 00:00:00 2001 From: Brennan Date: Fri, 10 Oct 2025 15:16:47 -0700 Subject: [PATCH] Run IIS Websocket tests on Server2022 --- .../test/Common.FunctionalTests/WebSocketInProcessTests.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Servers/IIS/IIS/test/Common.FunctionalTests/WebSocketInProcessTests.cs b/src/Servers/IIS/IIS/test/Common.FunctionalTests/WebSocketInProcessTests.cs index 60e9d589488e..33425fc61b6d 100644 --- a/src/Servers/IIS/IIS/test/Common.FunctionalTests/WebSocketInProcessTests.cs +++ b/src/Servers/IIS/IIS/test/Common.FunctionalTests/WebSocketInProcessTests.cs @@ -22,11 +22,6 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests; [Collection(IISTestSiteCollectionInProc.Name)] [MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win8, SkipReason = "No WebSocket supported on Win7")] -#if IISEXPRESS_FUNCTIONALS -#else -// These queues do not have websockets enabled currently for full IIS -[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.Server2022.Open")] -#endif public class WebSocketsInProcessTests : WebSocketsTests { public WebSocketsInProcessTests(IISTestSiteFixture fixture, ITestOutputHelper testOutput) : base(fixture, testOutput)