From ac6a89e764ffffe6b5f84970ff0ec09e36e33e4b Mon Sep 17 00:00:00 2001 From: Brennan Date: Fri, 7 May 2021 14:03:35 -0700 Subject: [PATCH] Update HttpClientHttp2InteropTests.cs Passing for past 30 days and Runtime issue that was causing it has been fixed. https://github.com/dotnet/aspnetcore/issues/27379 --- .../test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs b/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs index 3cb470361456..cd762cba334b 100644 --- a/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs +++ b/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs @@ -1182,7 +1182,6 @@ public async Task Settings_HeaderTableSize_CanBeReduced_Server(string scheme) // Nor does Kestrel yet support sending dynamic table updates, so there's nothing to test here. https://github.com/dotnet/aspnetcore/issues/4715 [Theory] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/27379")] [MemberData(nameof(SupportedSchemes))] public async Task Settings_MaxConcurrentStreamsGet_Server(string scheme) {