Skip to content

Commit 25503d4

Browse files
committed
Fix skip reason
1 parent d48465a commit 25503d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/IIS/IIS/test/IISExpress.FunctionalTests/InProcess/WebSocketTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests
1414
{
1515
[Collection(IISTestSiteCollection.Name)]
16-
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win8, SkipReason = "No supported on this platform")]
16+
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win8, SkipReason = "No WebSocket supported on Win7")]
1717
public class WebSocketsTests
1818
{
1919
private readonly string _webSocketUri;

0 commit comments

Comments
 (0)