This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d34d7c6 Still failing
2d34d7c6 is described below

commit 2d34d7c6e2272f3e81439d539e8f4491b4164fab
Author: Sebb <s...@apache.org>
AuthorDate: Mon Nov 20 23:27:35 2023 +0000

    Still failing
---
 src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java 
b/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java
index a200851a..eeb6dbd8 100644
--- a/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java
+++ b/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java
@@ -38,8 +38,7 @@ public class NativeCodeLoaderTest {
     }
 
     @Test
-    // Seems to work OK now?
-    // @Disabled("Causes crash on Ubuntu when compiled with Java 17")
+    @Disabled("Causes crash on Ubuntu when compiled with Java 17")
     // The following error is reported:
     // "Corrupted channel by directly writing to native stream in forked JVM 1"
     // Note that this appears during a subsequent test, and does not

Reply via email to