Skip to content

Commit

Permalink
Issue for skipping these tests has been closed in core-eng
Browse files Browse the repository at this point in the history
* WCF issue dotnet#1886, tracking a core-eng issue dotnet/core-eng#775 which has been closed as fixed.
* The tests should now work.
  • Loading branch information
StephenBonikowsky committed Mar 2, 2018
1 parent 24470b0 commit da0e0bf
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 da0e0bf

Please sign in to comment.