We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48465a commit 25503d4Copy full SHA for 25503d4
src/Servers/IIS/IIS/test/IISExpress.FunctionalTests/InProcess/WebSocketTests.cs
@@ -13,7 +13,7 @@
13
namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests
14
{
15
[Collection(IISTestSiteCollection.Name)]
16
- [MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win8, SkipReason = "No supported on this platform")]
+ [MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win8, SkipReason = "No WebSocket supported on Win7")]
17
public class WebSocketsTests
18
19
private readonly string _webSocketUri;
0 commit comments