Merge in 'release/2.1' changes

This commit is contained in:
dotnet-bot 2018-12-07 23:46:01 +00:00
commit 6169f4dd59
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace Microsoft.AspNetCore.WebSockets.ConformanceTest
// Skip if wstest is not installed for now, see https://github.com/aspnet/WebSockets/issues/95
// We will enable Wstest on every build once we've gotten the necessary infrastructure sorted out :).
[ConditionalFact]
[ConditionalFact(Skip = "https://github.com/aspnet/AspNetCore/issues/4350")]
[SkipIfWsTestNotPresent]
public async Task AutobahnTestSuite()
{