Skip flaky test
This commit is contained in:
parent
52f2104c78
commit
9d584a6358
|
|
@ -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>(
|
||||
|
|
|
|||
Loading…
Reference in New Issue