Skip to content

Commit

Permalink
Enable cryptography tests hitting libssl issue (#32255)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Feb 14, 2020
1 parent e0a3b05 commit b334680
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace System.Security.Cryptography.Algorithms.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/2176", TestPlatforms.OSX)]
public class AesCcmTests : AesAEADTests
{
[Theory]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace System.Security.Cryptography.Algorithms.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/2176", TestPlatforms.OSX)]
public class AesGcmTests : AesAEADTests
{
[Theory]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFrameworks>$(NetCoreAppCurrent)-Unix</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="EcDsaOpenSslTests.cs" />
<Compile Include="RSAOpenSslProvider.cs" />
<Compile Include="$(CommonPath)Interop\Unix\Interop.Libraries.cs">
Expand Down

0 comments on commit b334680

Please sign in to comment.