Skip to content

Commit

Permalink
Temporarily disable EC file import tests (#64414)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Barton <[email protected]>
  • Loading branch information
github-actions[bot] and bartonjs authored Feb 7, 2022
1 parent 7ff14a3 commit 3105078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
namespace System.Security.Cryptography.EcDiffieHellman.Tests
{
[SkipOnPlatform(TestPlatforms.Browser, "Not supported on Browser")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/64389", TestPlatforms.Windows)]
public class ECDhKeyFileTests : ECKeyFileTests<ECDiffieHellman>
{
protected override ECDiffieHellman CreateKey()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
namespace System.Security.Cryptography.EcDsa.Tests
{
[SkipOnPlatform(TestPlatforms.Browser, "Not supported on Browser")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/64389", TestPlatforms.Windows)]
public class ECDsaKeyFileTests : ECKeyFileTests<ECDsa>
{
protected override ECDsa CreateKey()
Expand Down

0 comments on commit 3105078

Please sign in to comment.