Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace System.Net.Security.Tests
public class CertificateValidationRemoteServer
{
[OuterLoop("Uses external servers")]
[ConditionalTheory]
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.SupportsTls12))] // external server does not support TLS1.1 and below
[InlineData(false)]
[InlineData(true)]
public async Task CertificateValidationRemoteServer_EndToEnd_Ok(bool useAsync)
Expand Down