How do I pass the test runsTestsInNativeImage
?
#4780
-
Hello, I somehow run and pass all the test using
Could somebody explain why it fails and how to make it pass? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Could you please share the |
Beta Was this translation helpful? Give feedback.
-
Thank you very much @marcphilipp, now every test passes! I didn't check the issues from gradle, and there it was! |
Beta Was this translation helpful? Give feedback.
Yep, that's it, apparently:
Could you please delete
/Users/uno/.gradle/jdks/graalvm_community-21-aarch64-os_x.2
from your disk? I'll make that test optional so it will only be executed when a GraalVM toolchain is present.