Skip to content

Commit

Permalink
ActiveIssue for BuildInvalidSignatureTwice on mono interpreter. (#82864)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcsjones authored Mar 2, 2023
1 parent 4227487 commit ac226b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,7 @@ public static void ChainWithEmptySubject()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/82837", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter))]
public static void BuildInvalidSignatureTwice()
{
byte[] bytes = (byte[])TestData.MsCertificate.Clone();
Expand Down

0 comments on commit ac226b4

Please sign in to comment.