Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2ed52fd

Browse files
committed
Remove UnsupportedPlatforms parameter from RSA and X509 tests.
The tests are in a known state now (not crashing, and all failures appropriately attributed), so it's time to enable them.
1 parent a61f3b5 commit 2ed52fd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/System.Security.Cryptography.RSA/tests/System.Security.Cryptography.RSA.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<OutputType>Library</OutputType>
99
<AssemblyName>System.Security.Cryptography.RSA.Tests</AssemblyName>
1010
<RootNamespace>System.Security.Cryptography.Rsa.Tests</RootNamespace>
11-
<!-- Disabled on Linux/OSX (Issue 1986) -->
12-
<UnsupportedPlatforms>Linux;OSX</UnsupportedPlatforms>
1311
</PropertyGroup>
1412
<ItemGroup>
1513
<ProjectReference Include="..\src\System.Security.Cryptography.RSA.csproj">

src/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
<AssemblyName>System.Security.Cryptography.X509Certificates.Tests</AssemblyName>
1010
<RootNamespace>System.Security.Cryptography.X509Certificates.Tests</RootNamespace>
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12-
<!-- Disabled on Linux/OSX (Issue 1986) -->
13-
<UnsupportedPlatforms>Linux;OSX</UnsupportedPlatforms>
1412
</PropertyGroup>
1513
<ItemGroup>
1614
<ProjectReference Include="..\src\System.Security.Cryptography.X509Certificates.csproj">

0 commit comments

Comments
 (0)