Quarantine failing test (#23044)

This commit is contained in:
Safia Abdalla 2020-06-17 11:49:43 -07:00 committed by GitHub
parent 632aa8a95c
commit 952a19682d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -500,6 +500,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
[Theory]
[MemberData(nameof(ConnectionMiddlewareData))]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23043")]
public async Task ConnectionClosedTokenFiresOnClientFIN(ListenOptions listenOptions)
{
var testContext = new TestServiceContext(LoggerFactory);