-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Avoid conditionally running tests based on GraalVM patch version #45874
Avoid conditionally running tests based on GraalVM patch version #45874
Conversation
For GraalVM internal version 23.1 we could just look at the base JDK.
Is that not worth doing? |
We currently don't have an annotation to disable tests based on the JDK version so we would either need to add it or augment the version mapping to cover this cases. IMO it's not worth the trouble for ensuring that the integration tests are compatible with 23.1.0--23.1.2 (we are soon going to release 23.1.6) |
OK. |
Status for workflow
|
Relates to #45873