File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -728,7 +728,8 @@ def runTest( ) {
728
728
env. SYSTEM_CUSTOM_TARGET = CUSTOM_TARGET
729
729
} else {
730
730
// remove suffix, then set CUSTOM_OPTION (i.e., jdk_custom_0 will become jdk_custom)
731
- def removeSuffix = TARGET . replaceAll(/ _\d +$/ , " " )
731
+ def removeDisabled = TARGET . replaceAll(" disabled." , " " )
732
+ def removeSuffix = removeDisabled. replaceAll(/ _\d +$/ , " " )
732
733
CUSTOM_OPTION = " ${ removeSuffix.toUpperCase()} _TARGET='${ CUSTOM_TARGET} '"
733
734
}
734
735
}
Original file line number Diff line number Diff line change 115
115
<groups >
116
116
<group >openjdk</group >
117
117
</groups >
118
- <impls >
119
- <impl >hotspot</impl >
120
- </impls >
118
+ <disables >
119
+ <disable >
120
+ <comment >https://github.com/adoptium/aqa-tests/issues/5357</comment >
121
+ <impl >openj9</impl >
122
+ </disable >
123
+ <disable >
124
+ <comment >https://github.com/adoptium/aqa-tests/issues/5357</comment >
125
+ <impl >ibm</impl >
126
+ </disable >
127
+ </disables >
121
128
</test >
122
129
<test >
123
130
<testCaseName >hotspot_container</testCaseName >
You can’t perform that action at this time.
0 commit comments