Added Win7 and Win2008 skip for WebSockets testing

This commit is contained in:
Mikael Mengistu 2017-01-18 16:15:12 -08:00 committed by GitHub
parent ac8a6c9f67
commit b8b0c73222
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ namespace Microsoft.AspNetCore.SignalR.Tests
_serverFixture = serverFixture;
}
[Fact]
[ConditionalFact]
[OSSkipCondition(OperatingSystems.Windows, WindowsVersions.Win7, WindowsVersions.Win2008R2, SkipReason = "No WebSockets Client for this platform")]
public async Task WebSocketsTest()
{
const string message = "Hello, World!";