diff options
-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(); |