File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Common/tests/System/Net/Http
System.Net.Security/tests/FunctionalTests Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ public static IEnumerable<object[]> GetAsync_AllowedSSLVersion_Succeeds_MemberDa
113113
114114 [ Theory ]
115115 [ MemberData ( nameof ( GetAsync_AllowedSSLVersion_Succeeds_MemberData ) ) ]
116+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36100" , TestPlatforms . Windows ) ]
116117 public async Task GetAsync_AllowedSSLVersion_Succeeds ( SslProtocols acceptedProtocol , bool requestOnlyThisProtocol )
117118 {
118119 using ( HttpClientHandler handler = CreateHttpClientHandler ( ) )
@@ -250,6 +251,7 @@ await TestHelper.WhenAllCompletedOrAnyFailed(
250251 [ InlineData ( SslProtocols . Tls11 | SslProtocols . Tls12 , SslProtocols . Tls ) ] // Skip this on WinHttpHandler.
251252 [ InlineData ( SslProtocols . Tls12 , SslProtocols . Tls11 ) ]
252253 [ InlineData ( SslProtocols . Tls , SslProtocols . Tls12 ) ]
254+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36100" , TestPlatforms . Windows ) ]
253255 public async Task GetAsync_AllowedClientSslVersionDiffersFromServer_ThrowsException (
254256 SslProtocols allowedClientProtocols , SslProtocols acceptedServerProtocols )
255257 {
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ public async Task ClientAsyncAuthenticate_EachSupportedProtocol_Success(SslProto
5959
6060 [ Fact ]
6161 [ PlatformSpecific ( TestPlatforms . Windows ) ]
62+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/36100" ) ]
6263 public async Task ClientAsyncAuthenticate_Ssl2WithSelf_Success ( )
6364 {
6465 // Test Ssl2 against itself. This is a standalone test as even on versions where Windows supports Ssl2,
You can’t perform that action at this time.
0 commit comments