-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Excluded new written security infra tests #4955
Conversation
Pls add the excludes to the J9 exclude lists as well. |
To ease this change, could consider just excluding the jdk_security_infra target since these 44 failing testcases are the bulk of it (it has 45 testcases, only 1 passing). @Haroon-Khel - FYI, this is the first exercising of the disabled_tests linter, see that it has an error:
SL/edit, raising an issue to fix linter. |
There is one complication. The tests should be excluded for all OpenJ9 platforms except for z/OS. |
Signed-off-by: Sophia Guo <[email protected]>
Disabled by playlist.xml for all platforms. Deleted disabled tests in Problemlist.txt as tests have been rewritten with new framework those tests are not available anymore. Those tests failed for all platforms, any reason we need to keep them for z/OS @pshipton ? |
z/OS uses the OpenJDK cacerts, so the tests will pass, and not the ones provided by the Adoptium pipelines. |
Signed-off-by: Sophia Guo <[email protected]>
@pshipton Thanks, updated. |
The linter failed so I won't merge this now. |
Linter issue is related with refer to . see #4955 (comment). |
This reverts commit a45c03c.
Related #4808