Add a quarantined test issue link
This commit is contained in:
parent
5782872f7f
commit
a320f30101
|
|
@ -2554,7 +2554,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
[QuarantinedTest]
|
[QuarantinedTest(https://github.com/dotnet/aspnetcore/issues/24164)]
|
||||||
public async Task AppAbortViaIConnectionLifetimeFeatureIsLogged()
|
public async Task AppAbortViaIConnectionLifetimeFeatureIsLogged()
|
||||||
{
|
{
|
||||||
var testContext = new TestServiceContext(LoggerFactory);
|
var testContext = new TestServiceContext(LoggerFactory);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue