Update Http2ConnectionTests.cs (#19616)
This commit is contained in:
parent
9458ebb543
commit
46aa8365cc
|
|
@ -213,6 +213,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[QuarantinedTest]
|
||||
public async Task StreamPool_StreamIsInvalidState_DontReturnedToPool()
|
||||
{
|
||||
await InitializeConnectionAsync(async context =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue