Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-11-26 01:33:35 +0300
committerGitHub <noreply@github.com>2020-11-26 01:33:35 +0300
commitb02e13abab3d6f499751af2ad1ae6333fb4e633d (patch)
treee2740b22cb6d32b9e4ceb56390112fe7cceee4b9
parent63b255f487d6924b570802e0ba18e8f87e9f4661 (diff)
Skip some PKCS9 tests on NetFx (#45213)v5.0.1-servicing.20575.16v5.0.1
-rw-r--r--src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs b/src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs
index 07c192c0f7a..3b653450eb4 100644
--- a/src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs
+++ b/src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs
@@ -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();