-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Remove Jlink tests #5992
Remove Jlink tests #5992
Conversation
- Remove the Jlink tests `Jlink_ReqMod`,`Jlink_AddMLimitM`,`Jlink_GenOpt` as the com.test.jlink from system test is removed. related: adoptium#5965 Signed-off-by: Anna Babu Palathingal <[email protected]>
b07c9dd
to
e5ebc49
Compare
Grinder runs: |
hi @annaibm - can you reference the issue that this is addressing so that other committers will have more context and understand what this PR is about? (Believe its about moving jlink tests out of system group) |
Hi @ShelleyLambert, I have added the issue reference in #5992 (comment). Let me know if any further details are needed. Thanks! |
thanks @annaibm ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR removes the JLink tests (
Jlink_ReqMod
,Jlink_AddMLimitM
, andJlink_GenOpt
) from the playlist because the correspondingcom.test.jlink
tests in the system test (aqa-systemtest) be removed as in PR #498.This change is made to eliminate native dependencies from the system test. It moves the Jlink tests out of the system test
This PR should be merged alongside PR:adoptium/aqa-systemtest#498.
related: #5965