Skip to content

Commit 0e7effa

Browse files
authored
Disable websocket tests on Windows 7 (#838)
1 parent 47f28fa commit 0e7effa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IISIntegration.FunctionalTests/Inprocess/WebSocketTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
1414
{
1515
[Collection(IISTestSiteCollection.Name)]
16+
[OSSkipCondition(OperatingSystems.Windows, WindowsVersions.Win7, SkipReason = "No supported on this platform")]
1617
public class WebSocketsTests
1718
{
1819
private readonly string _webSocketUri;

0 commit comments

Comments
 (0)