From 684aa4bea7b8d98e13e22431459820de593d8126 Mon Sep 17 00:00:00 2001 From: Jeremy Barton Date: Fri, 16 Jul 2021 09:06:38 -0700 Subject: [PATCH] Re-enable some netfx tests The patch states on the test machines should be in sync now... --- .../tests/Pkcs9AttributeTests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs b/src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs index 3b653450eb493..07c192c0f7a85 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs +++ b/src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs @@ -178,7 +178,6 @@ public static void DocumentDescriptionFromRawData() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/45168", TargetFrameworkMonikers.NetFramework)] public static void DocumentDescriptionMissingTerminator() { byte[] rawData = "041e4d00790020004400650073006300720069007000740069006f006e002100".HexToByteArray(); @@ -252,7 +251,6 @@ public static void DocumentNameFromRawData() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/45168", TargetFrameworkMonikers.NetFramework)] public static void DocumentNameMissingTerminator() { byte[] rawData = "04104d00790020004e0061006d0065002100".HexToByteArray();