-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Exclude FFI related test suite in JDK19 #3824
Exclude FFI related test suite in JDK19 #3824
Conversation
The PR replaces Reviewer: @llxia |
Hi @llxia, this PR needs to run Jenkins/Grinder test on the failing tests to ensure the failing tests specific to |
The change is to exclude the real test cases in ImplicitAttach which is enabled via AttachTest. Signed-off-by: Cheng Jin <[email protected]>
45ea06a
to
9fe1eb5
Compare
@llxia, the Grinder above didn't make it and still ended up with the same failure. So I just updated the exclude test with |
The failing test was successfully excluded in the Grinder above at https://openj9-jenkins.osuosl.org/job/Grinder/1096/testReport/.
|
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
The change is to exclude the real test cases in
ImplicitAttach which is enabled via AttachTest.
Signed-off-by: Cheng Jin [email protected]