From dc09fd001c4ecba8b4bf346be8565889e0bfd1d1 Mon Sep 17 00:00:00 2001 From: Stephen Bonikowsky Date: Wed, 25 Apr 2018 14:17:02 -0700 Subject: [PATCH] Remove active issue #2624 * Replacing HttpClientHandler with SocketsHttpHandler in CoreFx fixes the problem. --- .../tests/Scenarios/Binding/Http/BasicHttpBindingTests.4.0.0.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/System.Private.ServiceModel/tests/Scenarios/Binding/Http/BasicHttpBindingTests.4.0.0.cs b/src/System.Private.ServiceModel/tests/Scenarios/Binding/Http/BasicHttpBindingTests.4.0.0.cs index 5d2e968e37..d029c9e152 100644 --- a/src/System.Private.ServiceModel/tests/Scenarios/Binding/Http/BasicHttpBindingTests.4.0.0.cs +++ b/src/System.Private.ServiceModel/tests/Scenarios/Binding/Http/BasicHttpBindingTests.4.0.0.cs @@ -47,7 +47,6 @@ public static void DefaultSettings_Echo_RoundTrips_String() [WcfFact] [OuterLoop] - [Issue(2624, OS = OSID.OSX_10_13 | OSID.Debian_9 | OSID.AnyFedora)] public static void HttpKeepAliveDisabled_Echo_RoundTrips_True() { ChannelFactory factory = null;