Skip to content

Commit

Permalink
Temporarily disable EC file import tests (dotnet#64397)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartonjs authored Jan 27, 2022
1 parent 7e0a2f0 commit 10df829
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() => ECDiffieHellmanFactory.Create();
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() => ECDsaFactory.Create();
Expand Down

0 comments on commit 10df829

Please sign in to comment.