Skip some PKCS9 tests on NetFx (#45199)
authorLevi Broderick <GrabYourPitchforks@users.noreply.github.com>
Wed, 25 Nov 2020 11:04:05 +0000 (03:04 -0800)
committerGitHub <noreply@github.com>
Wed, 25 Nov 2020 11:04:05 +0000 (06:04 -0500)
src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs

index 07c192c..3b65345 100644 (file)
@@ -178,6 +178,7 @@ namespace System.Security.Cryptography.Pkcs.Tests
         }
 
         [Fact]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/45168", TargetFrameworkMonikers.NetFramework)]
         public static void DocumentDescriptionMissingTerminator()
         {
             byte[] rawData = "041e4d00790020004400650073006300720069007000740069006f006e002100".HexToByteArray();
@@ -251,6 +252,7 @@ namespace System.Security.Cryptography.Pkcs.Tests
         }
 
         [Fact]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/45168", TargetFrameworkMonikers.NetFramework)]
         public static void DocumentNameMissingTerminator()
         {
             byte[] rawData = "04104d00790020004e0061006d0065002100".HexToByteArray();