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

Commit 480dccd

Browse files
committed
Disable AES DecryptorReusabilty.TestDecryptorReusability test for Unix
1 parent 6af4fb2 commit 480dccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.Security.Cryptography.Encryption.Aes/tests/DecryptorReusability.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace System.Security.Cryptography.Encryption.Aes.Tests
1010
public static class DecryptorReusabilty
1111
{
1212
[Fact]
13+
[ActiveIssue(1965, PlatformID.AnyUnix)]
1314
public static void TestDecryptorReusability()
1415
{
1516
byte[] expectedPlainText = new byte[]

0 commit comments

Comments
 (0)