Skip to content

Commit c69cb5a

Browse files
committed
Skip MacOS certificate based tests
1 parent 47b64d5 commit c69cb5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/System.Private.ServiceModel/tests/Scenarios/Binding/WS/TransportWithMessageCredentialSecurity/BasicHttpTransportWithMessageCredentialSecurityTests.cs

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public static void BasicHttps_SecModeTransWithMessCred_CertClientCredential_Succ
5656
}
5757

5858
[WcfTheory]
59+
[Issue(2870, OS = OSID.OSX)]
5960
[Condition(nameof(Root_Certificate_Installed),
6061
nameof(SSL_Available),
6162
nameof(Skip_CoreWCFService_FailedTest))]
@@ -107,6 +108,7 @@ public static void BasicHttps_SecModeTransWithMessCred_UserNameClientCredential_
107108
}
108109

109110
[WcfFact]
111+
[Issue(2870, OS = OSID.OSX)]
110112
[Condition(nameof(Root_Certificate_Installed),
111113
nameof(SSL_Available),
112114
nameof(Skip_CoreWCFService_FailedTest))]
@@ -156,6 +158,7 @@ public static void Https_SecModeTransWithMessCred_UserNameClientCredential_Succe
156158
}
157159

158160
[WcfTheory]
161+
[Issue(2870, OS = OSID.OSX)]
159162
[Condition(nameof(Root_Certificate_Installed),
160163
nameof(SSL_Available))]
161164
[OuterLoop]

0 commit comments

Comments
 (0)