-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Skip oracle integration tests on AArch64 #49706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip oracle integration tests on AArch64 #49706
Conversation
Follow up to quarkusio#25832 that skips unit tests on AArch64 due to segfaults when running `docker.io/gvenzl/oracle-free:23-slim-faststart` on AArch64.
/cc @gsmet (hibernate-orm) |
Unfortunately this is still not enough for #47084, as |
Status for workflow
|
LGTM but let's make sure @zakkak's concern is resolved before we merge this |
Actually now I see @zakkak is the PR author. Should we merge this now? :) |
It doesn't solve the original issue I was interested in, but makes things consistent between unit tests and integration tests (at least when not setting Update:
It actually seems to work on MacOS. Looking... |
They are skipped on the Quarkus side, see quarkusio/quarkus#49706
They are skipped on the Quarkus side, see quarkusio/quarkus#49706
Follow up to #25832 that skips unit tests on AArch64 due to segfaults when running
docker.io/gvenzl/oracle-free:23-slim-faststart
on AArch64.Closes: #49718