Disable websocket tests on Windows 7 (#838)

This commit is contained in:
Pavel Krymets 2018-05-15 08:02:20 -07:00 committed by GitHub
parent 47f28fa6fa
commit 0e7effa376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ using Xunit;
namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
{
[Collection(IISTestSiteCollection.Name)]
[OSSkipCondition(OperatingSystems.Windows, WindowsVersions.Win7, SkipReason = "No supported on this platform")]
public class WebSocketsTests
{
private readonly string _webSocketUri;