From 4c5debd6ea3a830497f1ad4c3e570466a4f9a2f6 Mon Sep 17 00:00:00 2001 From: Mikael Mengistu Date: Fri, 7 Dec 2018 15:44:59 -0800 Subject: [PATCH] Skip Autobahn test (#4488) --- .../WebSockets/test/ConformanceTests/AutobahnTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Middleware/WebSockets/test/ConformanceTests/AutobahnTests.cs b/src/Middleware/WebSockets/test/ConformanceTests/AutobahnTests.cs index 08c798a52c..b077fe9579 100644 --- a/src/Middleware/WebSockets/test/ConformanceTests/AutobahnTests.cs +++ b/src/Middleware/WebSockets/test/ConformanceTests/AutobahnTests.cs @@ -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() {