skip flaky SignalR test: ErrorDuringPollWillCloseConnection (#8171)
see #8138 for discussion on test priority and re-enabling
This commit is contained in:
parent
e0dbc21ccc
commit
98a49e332f
|
|
@ -2014,7 +2014,7 @@ namespace Microsoft.AspNetCore.Http.Connections.Tests
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/8138")]
|
||||||
public async Task ErrorDuringPollWillCloseConnection()
|
public async Task ErrorDuringPollWillCloseConnection()
|
||||||
{
|
{
|
||||||
bool ExpectedErrors(WriteContext writeContext)
|
bool ExpectedErrors(WriteContext writeContext)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue