Quarantine failing test (#23044)
This commit is contained in:
parent
632aa8a95c
commit
952a19682d
|
|
@ -500,6 +500,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
||||||
|
|
||||||
[Theory]
|
[Theory]
|
||||||
[MemberData(nameof(ConnectionMiddlewareData))]
|
[MemberData(nameof(ConnectionMiddlewareData))]
|
||||||
|
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23043")]
|
||||||
public async Task ConnectionClosedTokenFiresOnClientFIN(ListenOptions listenOptions)
|
public async Task ConnectionClosedTokenFiresOnClientFIN(ListenOptions listenOptions)
|
||||||
{
|
{
|
||||||
var testContext = new TestServiceContext(LoggerFactory);
|
var testContext = new TestServiceContext(LoggerFactory);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue