From 9d584a635879af0d8c766301e55a99cf0e786a81 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Tue, 6 Jun 2017 11:54:18 -0700 Subject: [PATCH 1/2] Skip flaky test --- 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 73b2bb912d..668f2d4346 100644 --- a/test/Microsoft.AspNetCore.SignalR.Tests/EndToEndTests.cs +++ b/test/Microsoft.AspNetCore.SignalR.Tests/EndToEndTests.cs @@ -202,7 +202,7 @@ namespace Microsoft.AspNetCore.SignalR.Tests Assert.Equal("Websocket closed with error: InternalServerError.", exception.Message); } - [Fact] + [Fact(Skip="https://github.com/aspnet/SignalR/issues/526")] public async Task ServerClosesConnectionWithErrorIfHubCannotBeCreated_LongPolling() { var exception = await Assert.ThrowsAsync( From a9ca4aeeb2fc8eedcb74c642345eb89458f84fef Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 7 Jun 2017 14:27:30 -0700 Subject: [PATCH 2/2] React to logging changes --- samples/ChatSample/ChatSample.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/ChatSample/ChatSample.csproj b/samples/ChatSample/ChatSample.csproj index f58d1cbd11..09e944f5cf 100644 --- a/samples/ChatSample/ChatSample.csproj +++ b/samples/ChatSample/ChatSample.csproj @@ -42,6 +42,7 @@ +