Skip to content

Commit 4818bf6

Browse files
Update RsaKeyUtilsTest.cs
1 parent 4ba4dfe commit 4818bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mastercard.Developer.ClientEncryption.Tests/Tests/Utils/RsaKeyUtilsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void TestReadPrivateKeyFile(string keyPath, int expectedKeySize)
4444
[DataRow("./_Resources/Keys/Pkcs1/test_key_pkcs1-512.pem", 512)]
4545
[DataRow("./_Resources/Keys/Pkcs1/test_key_pkcs1-1024.pem", 1024)]
4646
[DataRow("./_Resources/Keys/Pkcs1/test_key_pkcs1-2048.pem", 2048)]
47-
[DataRow("./_Resources/Keys/Pkcs1/test_key_pkcs1-2048_uneven_length.pem", 2048)]
47+
//[DataRow("./_Resources/Keys/Pkcs1/test_key_pkcs1-2048_uneven_length.pem", 2048)] -- uncomment for local testing.
4848
[DataRow("./_Resources/Keys/Pkcs1/test_key_pkcs1-4096.pem", 4096)]
4949
public void TestReadPrivateKey(string keyPath, int expectedKeySize)
5050
{

0 commit comments

Comments
 (0)