Skip to content

Commit b02e13a

Browse files
Skip some PKCS9 tests on NetFx (#45213)
1 parent 63b255f commit b02e13a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libraries/System.Security.Cryptography.Pkcs/tests/Pkcs9AttributeTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ public static void DocumentDescriptionFromRawData()
178178
}
179179

180180
[Fact]
181+
[ActiveIssue("https://github.com/dotnet/runtime/issues/45168", TargetFrameworkMonikers.NetFramework)]
181182
public static void DocumentDescriptionMissingTerminator()
182183
{
183184
byte[] rawData = "041e4d00790020004400650073006300720069007000740069006f006e002100".HexToByteArray();
@@ -251,6 +252,7 @@ public static void DocumentNameFromRawData()
251252
}
252253

253254
[Fact]
255+
[ActiveIssue("https://github.com/dotnet/runtime/issues/45168", TargetFrameworkMonikers.NetFramework)]
254256
public static void DocumentNameMissingTerminator()
255257
{
256258
byte[] rawData = "04104d00790020004e0061006d0065002100".HexToByteArray();

0 commit comments

Comments
 (0)