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

Commit 670332a

Browse files
committed
Disable the RSA tests on Linux/OSX due to a segfault (Issue 1986)
1 parent 19d2cb1 commit 670332a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
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>
1113
</PropertyGroup>
1214
<ItemGroup>
1315
<ProjectReference Include="..\src\System.Security.Cryptography.RSA.csproj">

0 commit comments

Comments
 (0)