Skip to content

Commit e73e023

Browse files
Disable NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds test on Alpine (#107035)
Co-authored-by: Radek Zikmund <[email protected]>
1 parent c7de65f commit e73e023

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.ServerCertificates.cs

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ public async Task NoCallback_BadCertificate_ThrowsException(string url)
229229

230230
[OuterLoop("Uses external servers")]
231231
[ConditionalFact(nameof(ClientSupportsDHECipherSuites))]
232+
[ActiveIssue("https://github.com/dotnet/runtime/issues/106634", typeof(PlatformDetection), nameof(PlatformDetection.IsAlpine))]
232233
public async Task NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds()
233234
{
234235
using (HttpClient client = CreateHttpClient())

0 commit comments

Comments
 (0)