Skip to content

Commit

Permalink
Remove UnsupportedPlatforms parameter from RSA and X509 tests.
Browse files Browse the repository at this point in the history
The tests are in a known state now (not crashing, and all failures appropriately attributed), so it's time to enable them.
  • Loading branch information
bartonjs committed Jun 11, 2015
1 parent a61f3b5 commit 2ed52fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<OutputType>Library</OutputType>
<AssemblyName>System.Security.Cryptography.RSA.Tests</AssemblyName>
<RootNamespace>System.Security.Cryptography.Rsa.Tests</RootNamespace>
<!-- Disabled on Linux/OSX (Issue 1986) -->
<UnsupportedPlatforms>Linux;OSX</UnsupportedPlatforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\src\System.Security.Cryptography.RSA.csproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<AssemblyName>System.Security.Cryptography.X509Certificates.Tests</AssemblyName>
<RootNamespace>System.Security.Cryptography.X509Certificates.Tests</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Disabled on Linux/OSX (Issue 1986) -->
<UnsupportedPlatforms>Linux;OSX</UnsupportedPlatforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\src\System.Security.Cryptography.X509Certificates.csproj">
Expand Down

0 comments on commit 2ed52fd

Please sign in to comment.