diff options
author | Oren Novotny <oren@novotny.org> | 2014-08-27 16:28:29 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2014-08-27 16:28:29 -0400 |
commit | 101fa753a29365425ce16c860c952515db2d8c08 (patch) | |
tree | 95399a22563ae34fdeb5a28f616cb823763b4050 | |
parent | Add VS 2013 sln (diff) | |
download | BouncyCastle.NET-ed25519-101fa753a29365425ce16c860c952515db2d8c08.tar.xz |
skip slow tests
-rw-r--r-- | crypto/test/src/math/ec/test/ECAlgorithmsTest.cs | 1 | ||||
-rw-r--r-- | crypto/test/src/math/ec/test/ECPointPerformanceTest.cs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/test/src/math/ec/test/ECAlgorithmsTest.cs b/crypto/test/src/math/ec/test/ECAlgorithmsTest.cs index b950c8b4b..d4794d88e 100644 --- a/crypto/test/src/math/ec/test/ECAlgorithmsTest.cs +++ b/crypto/test/src/math/ec/test/ECAlgorithmsTest.cs @@ -48,6 +48,7 @@ namespace Org.BouncyCastle.Math.EC.Tests } [Test] + [Ignore("SLOW")] public void TestSumOfTwoMultiplies() { foreach (X9ECParameters x9 in GetTestCurves()) diff --git a/crypto/test/src/math/ec/test/ECPointPerformanceTest.cs b/crypto/test/src/math/ec/test/ECPointPerformanceTest.cs index 2bcd5b502..fdfc491c8 100644 --- a/crypto/test/src/math/ec/test/ECPointPerformanceTest.cs +++ b/crypto/test/src/math/ec/test/ECPointPerformanceTest.cs @@ -173,6 +173,7 @@ namespace Org.BouncyCastle.Math.EC.Tests } [Test] + [Ignore("SLOW")] public void TestMultiply() { ArrayList nameList = new ArrayList(); |