Skip to content

Commit 6e1e619

Browse files
committed
Fixup
1 parent 9964259 commit 6e1e619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/IIS/IIS/test/Common.FunctionalTests/WebSocketOutOfProcessTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests;
2323
[Collection(IISTestSiteCollectionOutOfProc.Name)]
2424
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win8, SkipReason = "No WebSocket supported on Win7")]
2525
#if IISEXPRESS_FUNCTIONALS
26-
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre.Open;" + "Windows.Amd64.VS2022.Pre")]
26+
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre.Open;" + "Windows.Amd64.VS2022.Pre;")]
2727
#else
2828
// These queues do not have websockets enabled currently for full IIS
2929
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre.Open;" + "Windows.Amd64.VS2022.Pre;" + "Windows.Amd64.Server2022.Open;" + "Windows.Amd64.Server2022;")]

0 commit comments

Comments
 (0)