Repository: commons-crypto
Updated Branches:
  refs/heads/master ee2136e54 -> e045c163d


Disable test for now

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/e045c163
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/e045c163
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/e045c163

Branch: refs/heads/master
Commit: e045c163d0a761ce0eb21376863fe1386a5a71ac
Parents: ee2136e
Author: Sebb <[email protected]>
Authored: Wed Jul 6 00:29:28 2016 +0100
Committer: Sebb <[email protected]>
Committed: Wed Jul 6 00:29:28 2016 +0100

----------------------------------------------------------------------
 src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/e045c163/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java 
b/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java
index 6ed876b..f4fa6e3 100644
--- a/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java
+++ b/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java
@@ -25,6 +25,7 @@ import static org.junit.Assert.assertTrue;
 import java.io.File;
 
 import org.junit.Assume;
+import org.junit.Ignore;
 import org.junit.Test;
 
 public class NativeCodeLoaderTest {
@@ -54,6 +55,7 @@ public class NativeCodeLoaderTest {
     }
 
     @Test
+    @Ignore("Seems to cause issues with other tests on Linux; disable for now")
     public void testUnSuccessfulLoad() throws Exception {
         final String nameKey = System.getProperty(Crypto.LIB_NAME_KEY);
         final String pathKey = System.getProperty(Crypto.LIB_PATH_KEY);

Reply via email to