We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd8c2c commit db1e301Copy full SHA for db1e301
functional/MBCS_Tests/unicode/playlist.xml
@@ -15,6 +15,13 @@ limitations under the License.
15
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../TKG/resources/playlist.xsd">
16
<test>
17
<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>
25
<command>$(RUN_SCRIPT) $(TEST_RESROOT)$(D)test.sh; \
26
$(TEST_STATUS)</command>
27
<platformRequirements>os.linux</platformRequirements>
0 commit comments