summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2014-08-27 16:28:29 -0400
committerOren Novotny <oren@novotny.org>2014-08-27 16:28:29 -0400
commit101fa753a29365425ce16c860c952515db2d8c08 (patch)
tree95399a22563ae34fdeb5a28f616cb823763b4050
parentAdd VS 2013 sln (diff)
downloadBouncyCastle.NET-ed25519-101fa753a29365425ce16c860c952515db2d8c08.tar.xz
skip slow tests
-rw-r--r--crypto/test/src/math/ec/test/ECAlgorithmsTest.cs1
-rw-r--r--crypto/test/src/math/ec/test/ECPointPerformanceTest.cs1
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();