Skip to content

Commit 8a9be3d

Browse files
authored
Unquarantine ServerReset_BeforeRequestBody_ClientBodyThrows (#57470)
Fixes #46717 There isn't an obvious race in the test and the component that timed out appears to be from runtime (`HttpClient` and/or `HttpContent`). Since the test hasn't failed in 30 days and runtime has likely changed in the 18 months since the issue was filed, I think we should unquarantine the test.
1 parent 6438c2f commit 8a9be3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,6 @@ public async Task ServerReset_AfterTrailers_NoError(string scheme)
689689
await host.StopAsync().DefaultTimeout();
690690
}
691691

692-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/46717")]
693692
[Theory]
694693
[MemberData(nameof(SupportedSchemes))]
695694
public async Task ServerReset_BeforeRequestBody_ClientBodyThrows(string scheme)

0 commit comments

Comments
 (0)