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

Commit 166f2ba

Browse files
authored
Disable SetDelegate_ConnectionSucceeds on Linux (#26773)
1 parent bb738a0 commit 166f2ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public void SingletonReturnsTrue()
2424
Assert.True(HttpClientHandler.DangerousAcceptAnyServerCertificateValidator(null, null, null, SslPolicyErrors.None));
2525
}
2626

27+
[ActiveIssue(25676, TestPlatforms.Linux)]
2728
[Theory]
2829
[InlineData(SslProtocols.Tls, false)] // try various protocols to ensure we correctly set versions even when accepting all certs
2930
[InlineData(SslProtocols.Tls, true)]

0 commit comments

Comments
 (0)