skip flaky SignalR test: ErrorDuringPollWillCloseConnection (#8171)

see #8138 for discussion on test priority and re-enabling
This commit is contained in:
Andrew Stanton-Nurse 2019-03-05 08:30:40 -08:00 committed by GitHub
parent e0dbc21ccc
commit 98a49e332f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2014,7 +2014,7 @@ namespace Microsoft.AspNetCore.Http.Connections.Tests
}
}
[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/8138")]
public async Task ErrorDuringPollWillCloseConnection()
{
bool ExpectedErrors(WriteContext writeContext)