summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2020-04-06 23:47:22 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2020-04-06 23:47:22 +0700
commit95b13e6847a3ca4dd57e8ba9cf2e1d829250575e (patch)
tree9d418c45691c42cc2dc1f3afbad85550ff1ca728 /crypto/test
parentNewer .NET versions append the parameter name (diff)
downloadBouncyCastle.NET-ed25519-95b13e6847a3ca4dd57e8ba9cf2e1d829250575e.tar.xz
Avoid NUnit test adapter running perf test
Diffstat (limited to 'crypto/test')
-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();