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

Commit 4af853d

Browse files
committed
Disable test on *Nix
1 parent f635540 commit 4af853d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public async Task NoCallback_ValidCertificate_CallbackNotCalled()
3737

3838
[OuterLoop] // TODO: Issue #11345
3939
[ConditionalFact(nameof(BackendSupportsCustomCertificateHandling))]
40+
[ActiveIssue(12015, PlatformID.AnyUnix)]
4041
public void UseCallback_HaveNoCredsAndUseAuthenticatedCustomProxyAndPostToSecureServer_ProxyAuthenticationRequiredStatusCode()
4142
{
4243
int port;

0 commit comments

Comments
 (0)