From 430b8a36866c62577fce96014f6cbec33eb9b5ae Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Thu, 23 Mar 2017 21:20:54 -0700 Subject: [PATCH] Disable Autobahn Tests for now Filed #336 to track restoring them. --- .../AutobahnTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest/AutobahnTests.cs b/test/Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest/AutobahnTests.cs index e66cc6868e..43a1bddbb0 100644 --- a/test/Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest/AutobahnTests.cs +++ b/test/Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest/AutobahnTests.cs @@ -24,7 +24,7 @@ namespace Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest _output = output; } - [ConditionalFact] + [ConditionalFact(Skip = "Too flaky. See https://github.com/aspnet/SignalR/issues/336")] [SkipIfWsTestNotPresent] public async Task AutobahnTestSuite() {