summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crypto/test/src/math/ec/test/ECPointPerformanceTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/math/ec/test/ECPointPerformanceTest.cs b/crypto/test/src/math/ec/test/ECPointPerformanceTest.cs
index 2bcd5b502..1cf8c81f6 100644
--- a/crypto/test/src/math/ec/test/ECPointPerformanceTest.cs
+++ b/crypto/test/src/math/ec/test/ECPointPerformanceTest.cs
@@ -172,7 +172,7 @@ namespace Org.BouncyCastle.Math.EC.Tests
             return (totalRate - minRate - maxRate) / (NUM_ROUNDS - 2);
         }
 
-        [Test]
+        [Test, Ignore]
         public void TestMultiply()
         {
             ArrayList nameList = new ArrayList();