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

Commit ce3d530

Browse files
committed
Restrict RSA-CSP tests to Windows-only.
1 parent 4b7ad89 commit ce3d530

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/System.Security.Cryptography.RSA/tests/ImportExportCspBlob.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ namespace System.Security.Cryptography.Rsa.Tests
88
public class ImportExportCspBlob
99
{
1010
[Fact]
11+
[PlatformSpecific(PlatformID.Windows)]
1112
public static void ExportImportPublicOnly()
1213
{
1314
byte[] expectedExport = ByteUtils.HexToByteArray(
@@ -40,6 +41,7 @@ public static void ExportImportPublicOnly()
4041
}
4142

4243
[Fact]
44+
[PlatformSpecific(PlatformID.Windows)]
4345
public static void ExportImportPublicPrivate()
4446
{
4547
// This blob contains the private key of TestData.CspTestKey. The guidelines for the TestData class

0 commit comments

Comments
 (0)