Skip to content

Commit

Permalink
Exclude MBCS_Tests_unicode_linux on alinux (adoptium#5990)
Browse files Browse the repository at this point in the history
- Exclude MBCS_Tests_unicode_linux on alinux

related:eclipse-openj9/openj9#21187

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm authored and judovana committed Mar 11, 2025
1 parent bc7730f commit 731bad9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions functional/MBCS_Tests/unicode/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ limitations under the License.
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../TKG/resources/playlist.xsd">
<test>
<testCaseName>MBCS_Tests_unicode_linux</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/21187</comment>
<platform>aarch64_linux.*</platform>
<version>24</version>
</disable>
</disables>
<command>$(RUN_SCRIPT) $(TEST_RESROOT)$(D)test.sh; \
$(TEST_STATUS)</command>
<platformRequirements>os.linux</platformRequirements>
Expand Down

0 comments on commit 731bad9

Please sign in to comment.