Skip to content

Commit db1e301

Browse files
authored
Exclude MBCS_Tests_unicode_linux on alinux (adoptium#5990)
- Exclude MBCS_Tests_unicode_linux on alinux related:eclipse-openj9/openj9#21187 Signed-off-by: Anna Babu Palathingal <[email protected]>
1 parent 3dd8c2c commit db1e301

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

functional/MBCS_Tests/unicode/playlist.xml

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ limitations under the License.
1515
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../TKG/resources/playlist.xsd">
1616
<test>
1717
<testCaseName>MBCS_Tests_unicode_linux</testCaseName>
18+
<disables>
19+
<disable>
20+
<comment>https://github.com/eclipse-openj9/openj9/issues/21187</comment>
21+
<platform>aarch64_linux.*</platform>
22+
<version>24</version>
23+
</disable>
24+
</disables>
1825
<command>$(RUN_SCRIPT) $(TEST_RESROOT)$(D)test.sh; \
1926
$(TEST_STATUS)</command>
2027
<platformRequirements>os.linux</platformRequirements>

0 commit comments

Comments
 (0)