Skip to content

Commit

Permalink
Merge pull request dotnet#2739 from StephenBonikowsky/stebon/master/A…
Browse files Browse the repository at this point in the history
…ddNotesToTestCases

Reference an issue that may cause test case failures.
  • Loading branch information
StephenBonikowsky authored Apr 6, 2018
2 parents e4a4bdc + 29948f8 commit fa9e851
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

public partial class Tcp_ClientCredentialTypeTests : ConditionalWcfTest
{
// See dotnet/wcf#2738 if failing with: System.InvalidOperationException : The client certificate could not be installed
[WcfFact]
[Condition(nameof(Root_Certificate_Installed), nameof(Client_Certificate_Installed))]
[OuterLoop]
Expand Down Expand Up @@ -60,6 +61,7 @@ public static void TcpClientCredentialType_Certificate_EchoString()
}
}

// See dotnet/wcf#2738 if failing with: System.InvalidOperationException : The client certificate could not be installed
[WcfFact]
[Condition(nameof(Root_Certificate_Installed), nameof(Client_Certificate_Installed))]
[OuterLoop]
Expand Down

0 comments on commit fa9e851

Please sign in to comment.