File tree 1 file changed +2
-1
lines changed
src/libraries/System.Net.Security/tests/FunctionalTests
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ await TestConfiguration.WhenAllOrAnyFailedWithTimeout(
91
91
}
92
92
93
93
[ ConditionalFact ( nameof ( SupportsSendingCustomCANamesInTls ) ) ]
94
+ [ PlatformSpecific ( TestPlatforms . Windows ) ]
94
95
public void SslStream_SendCertificateTrust_CertificateCollection_ThrowsOnWindows ( )
95
96
{
96
97
( X509Certificate2 certificate , X509Certificate2Collection caCerts ) = TestHelper . GenerateCertificates ( nameof ( SslStream_SendCertificateTrust_CertificateCollection ) ) ;
@@ -99,7 +100,7 @@ public void SslStream_SendCertificateTrust_CertificateCollection_ThrowsOnWindows
99
100
}
100
101
101
102
[ ConditionalFact ( nameof ( DoesNotSupportSendingCustomCANamesInTls ) ) ]
102
- [ SkipOnPlatform ( TestPlatform . Windows ) ]
103
+ [ SkipOnPlatform ( TestPlatforms . Windows , "Windows tested separately" ) ]
103
104
public void SslStream_SendCertificateTrust_ThrowsOnUnsupportedPlatform ( )
104
105
{
105
106
( X509Certificate2 certificate , X509Certificate2Collection caCerts ) = TestHelper . GenerateCertificates ( nameof ( SslStream_SendCertificateTrust_CertificateCollection ) ) ;
You can’t perform that action at this time.
0 commit comments