Resolves dotnet/corefx#37250. Re-enable tests that dotnet/corefx#38038 resolved....
authorCory Nelson <phrosty@gmail.com>
Tue, 11 Jun 2019 18:11:16 +0000 (11:11 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2019 18:11:16 +0000 (11:11 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/5f5925c0c1a3a87e870db36ca6acce81dedf3bc9

src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs

index 487098b..58b126d 100644 (file)
@@ -86,7 +86,6 @@ namespace System.Net.Http.Functional.Tests
             }
         }
 
-        [ActiveIssue(37250)]
         [SkipOnTargetFramework(TargetFrameworkMonikers.Uap, "UAP won't send requests through a custom proxy")]
         [OuterLoop("Uses external server")]
         [Fact]
@@ -135,7 +134,6 @@ namespace System.Net.Http.Functional.Tests
             }
         }
 
-        [ActiveIssue(37250)]
         [SkipOnTargetFramework(TargetFrameworkMonikers.Uap, "UAP won't send requests through a custom proxy")]
         [OuterLoop("Uses external server")]
         [Fact]