Disable websocket tests on Windows 7 (#838)
This commit is contained in:
parent
47f28fa6fa
commit
0e7effa376
|
|
@ -13,6 +13,7 @@ using Xunit;
|
||||||
namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
|
namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
|
||||||
{
|
{
|
||||||
[Collection(IISTestSiteCollection.Name)]
|
[Collection(IISTestSiteCollection.Name)]
|
||||||
|
[OSSkipCondition(OperatingSystems.Windows, WindowsVersions.Win7, SkipReason = "No supported on this platform")]
|
||||||
public class WebSocketsTests
|
public class WebSocketsTests
|
||||||
{
|
{
|
||||||
private readonly string _webSocketUri;
|
private readonly string _webSocketUri;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue