From d450778826eac4d6cef87b0753c6550f98a4bb12 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Tue, 3 Sep 2019 05:39:43 -0400 Subject: [PATCH] Disable RsaDecryptPkcs1LeadingZero test failing on some Windows (#40760) --- .../Security/Cryptography/AlgorithmImplementations/RSA/EncryptDecrypt.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/EncryptDecrypt.cs b/src/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/EncryptDecrypt.cs index a0076ae..5f38677 100644 --- a/src/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/EncryptDecrypt.cs +++ b/src/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/EncryptDecrypt.cs @@ -483,6 +483,7 @@ namespace System.Security.Cryptography.Rsa.Tests } } + [ActiveIssue(40434, TestPlatforms.Windows)] [Fact] public void RsaDecryptPkcs1LeadingZero() { -- 2.7.4