From 2ed52fd5163b917d71ff48d2039cd295ebc295f9 Mon Sep 17 00:00:00 2001 From: bartonjs Date: Thu, 11 Jun 2015 08:11:09 -0700 Subject: [PATCH] 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. --- .../tests/System.Security.Cryptography.RSA.Tests.csproj | 2 -- .../System.Security.Cryptography.X509Certificates.Tests.csproj | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/System.Security.Cryptography.RSA/tests/System.Security.Cryptography.RSA.Tests.csproj b/src/System.Security.Cryptography.RSA/tests/System.Security.Cryptography.RSA.Tests.csproj index a7f5a182a1c1..d4e4305f9ae2 100644 --- a/src/System.Security.Cryptography.RSA/tests/System.Security.Cryptography.RSA.Tests.csproj +++ b/src/System.Security.Cryptography.RSA/tests/System.Security.Cryptography.RSA.Tests.csproj @@ -8,8 +8,6 @@ Library System.Security.Cryptography.RSA.Tests System.Security.Cryptography.Rsa.Tests - - Linux;OSX diff --git a/src/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj b/src/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj index 32b285931ae7..3bb2100f97da 100644 --- a/src/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj +++ b/src/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj @@ -9,8 +9,6 @@ System.Security.Cryptography.X509Certificates.Tests System.Security.Cryptography.X509Certificates.Tests true - - Linux;OSX