Skip to content

Commit

Permalink
Skip some PKCS9 tests on NetFx (#45213)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2020
1 parent 63b255f commit b02e13a
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -178,6 +178,7 @@ public static void DocumentDescriptionFromRawData()
}

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

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

0 comments on commit b02e13a

Please sign in to comment.