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 23fd12dd Hopefully solved
23fd12dd is described below

commit 23fd12dd59b29dffd8b943cb230ae00215b0735f
Author: Sebb <s...@apache.org>
AuthorDate: Mon Nov 20 23:18:39 2023 +0000

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

diff --git a/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java 
b/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java
index eeb6dbd8..a200851a 100644
--- a/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java
+++ b/src/test/java/org/apache/commons/crypto/NativeCodeLoaderTest.java
@@ -38,7 +38,8 @@ public class NativeCodeLoaderTest {
     }
 
     @Test
-    @Disabled("Causes crash on Ubuntu when compiled with Java 17")
+    // Seems to work OK now?
+    // @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