From f7da0edcb28c0bfa6ebc92173ee7d0ce42b71462 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Thu, 22 Feb 2018 11:25:22 -0800 Subject: [PATCH] Skip ConnectionCanSendAndReceiveMessages --- test/Microsoft.AspNetCore.SignalR.Tests/EndToEndTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.SignalR.Tests/EndToEndTests.cs b/test/Microsoft.AspNetCore.SignalR.Tests/EndToEndTests.cs index 089e11b8fe..822fe1d845 100644 --- a/test/Microsoft.AspNetCore.SignalR.Tests/EndToEndTests.cs +++ b/test/Microsoft.AspNetCore.SignalR.Tests/EndToEndTests.cs @@ -150,7 +150,7 @@ namespace Microsoft.AspNetCore.SignalR.Tests } } - [Theory] + [Theory(Skip = "https://github.com/aspnet/SignalR/issues/1485")] [MemberData(nameof(TransportTypesAndTransferModes))] public async Task ConnectionCanSendAndReceiveMessages(TransportType transportType, TransferMode requestedTransferMode) {