diff --git a/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Proxy.cs b/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Proxy.cs index c2031f5aa75ed8..15f8f328d389eb 100644 --- a/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Proxy.cs +++ b/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Proxy.cs @@ -56,7 +56,6 @@ await LoopbackServerFactory.CreateClientAndServerAsync(async uri => Assert.False(proxy.Disposed); } - [ActiveIssue("https://github.com/dotnet/runtime/issues/1507")] [OuterLoop("Uses external servers")] [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsNanoServer))] [InlineData(AuthenticationSchemes.Ntlm, true, false)]