Skip to content

Commit 3bd5017

Browse files
committed
Enable cryptography tests hitting libssl issue
1 parent d5adc6b commit 3bd5017

File tree

4 files changed

+0
-11
lines changed

4 files changed

+0
-11
lines changed

src/libraries/System.Security.Cryptography.Algorithms/tests/AesCcmTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
namespace System.Security.Cryptography.Algorithms.Tests
1111
{
12-
[ActiveIssue("https://github.com/dotnet/runtime/issues/2176", TestPlatforms.OSX)]
1312
public class AesCcmTests : AesAEADTests
1413
{
1514
[Theory]

src/libraries/System.Security.Cryptography.Algorithms/tests/AesGcmTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
namespace System.Security.Cryptography.Algorithms.Tests
1111
{
12-
[ActiveIssue("https://github.com/dotnet/runtime/issues/2176", TestPlatforms.OSX)]
1312
public class AesGcmTests : AesAEADTests
1413
{
1514
[Theory]

src/libraries/System.Security.Cryptography.OpenSsl/tests/AssemblyInfo.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFrameworks>$(NetCoreAppCurrent)-Unix</TargetFrameworks>
55
</PropertyGroup>
66
<ItemGroup>
7-
<Compile Include="AssemblyInfo.cs" />
87
<Compile Include="EcDsaOpenSslTests.cs" />
98
<Compile Include="RSAOpenSslProvider.cs" />
109
<Compile Include="$(CommonPath)Interop\Unix\Interop.Libraries.cs">

0 commit comments

Comments
 (0)