@@ -34,7 +34,7 @@ public void DefaultProtocols_MatchesExpected()
34
34
}
35
35
}
36
36
37
- [ Theory ]
37
+ /* [Theory]
38
38
[InlineData(SslProtocols.None)]
39
39
#pragma warning disable SYSLIB0039 // TLS 1.0 and 1.1 are obsolete
40
40
[InlineData(SslProtocols.Tls)]
@@ -59,7 +59,7 @@ public void SetGetProtocols_Roundtrips(SslProtocols protocols)
59
59
handler.SslProtocols = protocols;
60
60
Assert.Equal(protocols, handler.SslProtocols);
61
61
}
62
- }
62
+ }*/
63
63
64
64
[ Fact ]
65
65
public async Task SetProtocols_AfterRequest_ThrowsException ( )
@@ -98,7 +98,7 @@ public static IEnumerable<object[]> GetAsync_AllowedSSLVersion_Succeeds_MemberDa
98
98
}
99
99
}
100
100
101
- [ Theory ]
101
+ /* [Theory]
102
102
[MemberData(nameof(GetAsync_AllowedSSLVersion_Succeeds_MemberData))]
103
103
public async Task GetAsync_AllowedSSLVersion_Succeeds(SslProtocols acceptedProtocol, bool requestOnlyThisProtocol)
104
104
{
@@ -155,7 +155,7 @@ string GetTestSNIName()
155
155
156
156
return name;
157
157
}
158
- }
158
+ }*/
159
159
160
160
public static IEnumerable < object [ ] > SupportedSSLVersionServers ( )
161
161
{
@@ -260,7 +260,7 @@ await TestHelper.WhenAllCompletedOrAnyFailed(
260
260
}
261
261
}
262
262
263
- [ Theory ]
263
+ /* [Theory]
264
264
#pragma warning disable 0618 // SSL2/3 are deprecated
265
265
[InlineData(SslProtocols.Ssl2, SslProtocols.Tls12)]
266
266
[InlineData(SslProtocols.Ssl3, SslProtocols.Tls12)]
@@ -312,6 +312,6 @@ await LoopbackServer.CreateServerAsync(async (server, url) =>
312
312
Assert.Fail("Expected exception did not happen.");
313
313
}, options);
314
314
}
315
- }
315
+ }*/
316
316
}
317
317
}
0 commit comments