Skip flaky test

This commit is contained in:
Ryan Brandenburg 2017-06-06 11:54:18 -07:00
parent 52f2104c78
commit 9d584a6358
1 changed files with 1 additions and 1 deletions

View File

@ -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<HttpRequestException>(