From 687f8b06caa4582d39f706465bf329ed80a59c46 Mon Sep 17 00:00:00 2001 From: Stephen Bonikowsky Date: Wed, 25 Apr 2018 15:57:27 -0700 Subject: [PATCH] Merge pull request #2798 from StephenBonikowsky/stebon/master/ActiveIssue2624 Remove active issue #2624 --- .../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 5d2e968e378..d029c9e152a 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;