Skip to content

Commit

Permalink
enabled mac assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
kartheekp-ms committed Jun 2, 2020
1 parent 1250c59 commit d8a52e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void GetCertificateChain_WithUntrustedRoot_Throws()
Assert.Equal(1, logger.Errors);
SigningTestUtility.AssertUntrustedRoot(logger.LogMessages, LogLevel.Error);

if (RuntimeEnvironmentHelper.IsWindows || RuntimeEnvironmentHelper.IsLinux)
//if (RuntimeEnvironmentHelper.IsWindows || RuntimeEnvironmentHelper.IsLinux)
{
#if NETCORE5_0
Assert.Equal(2, logger.Warnings);
Expand Down

0 comments on commit d8a52e2

Please sign in to comment.