Added Win7 and Win2008 skip for WebSockets testing
This commit is contained in:
parent
ac8a6c9f67
commit
b8b0c73222
|
|
@ -27,7 +27,8 @@ namespace Microsoft.AspNetCore.SignalR.Tests
|
||||||
_serverFixture = serverFixture;
|
_serverFixture = serverFixture;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[ConditionalFact]
|
||||||
|
[OSSkipCondition(OperatingSystems.Windows, WindowsVersions.Win7, WindowsVersions.Win2008R2, SkipReason = "No WebSockets Client for this platform")]
|
||||||
public async Task WebSocketsTest()
|
public async Task WebSocketsTest()
|
||||||
{
|
{
|
||||||
const string message = "Hello, World!";
|
const string message = "Hello, World!";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue