Skip Autobahn test (#4488)

This commit is contained in:
Mikael Mengistu 2018-12-07 15:44:59 -08:00 committed by GitHub
parent fc7bab192e
commit 4c5debd6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()
{