diff --git a/test/Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest/AutobahnTests.cs b/test/Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest/AutobahnTests.cs index e90384cff9..2014215c2d 100644 --- a/test/Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest/AutobahnTests.cs +++ b/test/Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest/AutobahnTests.cs @@ -16,7 +16,7 @@ namespace Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest { public class AutobahnTests { - [ConditionalFact] + [ConditionalFact(Skip = "Failing test. See https://github.com/aspnet/SignalR/issues/23")] [SkipIfWsTestNotPresent] public async Task AutobahnTestSuite() {