Skip to content

Commit

Permalink
Merge pull request #2632 from StephenBonikowsky/stebon/master/Renable…
Browse files Browse the repository at this point in the history
…ClientCredTests

Issue for skipping these tests has been closed in core-eng
  • Loading branch information
StephenBonikowsky authored Mar 7, 2018
2 parents 6565e9b + da0e0bf commit bc3e898
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
public partial class Tcp_ClientCredentialTypeTests : ConditionalWcfTest
{
[WcfFact]
[Issue(1886, OS = OSID.AnyOSX)]
[Condition(nameof(Root_Certificate_Installed), nameof(Client_Certificate_Installed))]
[OuterLoop]
public static void TcpClientCredentialType_Certificate_EchoString()
Expand Down Expand Up @@ -62,7 +61,6 @@ public static void TcpClientCredentialType_Certificate_EchoString()
}

[WcfFact]
[Issue(1886, OS = OSID.AnyOSX)]
[Condition(nameof(Root_Certificate_Installed), nameof(Client_Certificate_Installed))]
[OuterLoop]
public static void TcpClientCredentialType_Certificate_CustomValidator_EchoString()
Expand Down

0 comments on commit bc3e898

Please sign in to comment.