You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeCertificateCanonicalNameTests.4.1.0.cs
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,7 @@ public class Tcp_ClientCredentialTypeCertificateCanonicalNameTests : Conditional
Copy file name to clipboardExpand all lines: src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeTests.4.1.1.cs
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,7 @@ public partial class Tcp_ClientCredentialTypeTests : ConditionalWcfTest
18
18
[Condition(nameof(Root_Certificate_Installed),
19
19
nameof(Client_Certificate_Installed),
20
20
nameof(Peer_Certificate_Installed),
21
-
nameof(SSL_Available),
22
-
nameof(Skip_CoreWCFService_FailedTest))]
21
+
nameof(SSL_Available))]
23
22
[OuterLoop]
24
23
// Asking for PeerTrust alone should succeed
25
24
// if the certificate is in the TrustedPeople store. For this test
@@ -125,8 +124,7 @@ public static void NetTcp_SecModeTrans_CertValMode_PeerTrust_Fails_Not_In_Truste
125
124
[Issue(1945,OS=OSID.OSX)]
126
125
[Condition(nameof(Root_Certificate_Installed),
127
126
nameof(Client_Certificate_Installed),
128
-
nameof(SSL_Available),
129
-
nameof(Skip_CoreWCFService_FailedTest))]
127
+
nameof(SSL_Available))]
130
128
[OuterLoop]
131
129
// Asking for PeerOrChainTrust should succeed if the certificate is
132
130
// chain-trusted, even though it is not in the TrustedPeople store.
0 commit comments