From c7da6d5134d892111b0add20d6ed7dfa589c0a9d Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Thu, 12 Sep 2024 16:18:05 -0700 Subject: [PATCH] Unquarantine AcceptNewStreamsDuringClosingConnection It hasn't failed in 30 days and code inspection suggests it can't fail in the same way as it did two years ago. Fixes #41172 --- .../test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs b/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs index 41c584dbdc7e..7fe833797908 100644 --- a/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs +++ b/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs @@ -5180,7 +5180,6 @@ await ExpectAsync(Http2FrameType.DATA, } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/41172")] public async Task AcceptNewStreamsDuringClosingConnection() { await InitializeConnectionAsync(_echoApplication);