Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 620d014

Browse files
authored
Make it clear that the default proxy cannot by set via environment variable on Windows (#28610)
* Remove ActiveIssue tag to make it clear this is by design. * Disable test using attribute.
1 parent b50c15c commit 620d014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.DefaultProxyCredentials.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ await proxyServer.AcceptConnectionAsync(async connection =>
8989
}
9090

9191
[OuterLoop] // TODO: Issue #11345
92+
[PlatformSpecific(TestPlatforms.AnyUnix)] // The default proxy is resolved via WinINet on Windows.
9293
[Theory]
9394
[InlineData(false)]
9495
[InlineData(true)]
95-
[ActiveIssue(25640, TestPlatforms.Windows)] // TODO It should be enabled for SocketsHttpHandler on all platforms
9696
public async Task ProxySetViaEnvironmentVariable_DefaultProxyCredentialsUsed(bool useProxy)
9797
{
9898
const string ExpectedUsername = "rightusername";

0 commit comments

Comments
 (0)