Skip to content

Commit

Permalink
Only one disables section is allowed (#5455)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Feng <fengj@ca.ibm.com>
  • Loading branch information
JasonFengJ9 authored Jul 16, 2024
1 parent 828b537 commit 5ac0448
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions functional/MBCS_Tests/i18n/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ limitations under the License.
</test>
<test>
<testCaseName>MBCS_Tests_i18n_ko_KR_linux</testCaseName>
<command>LANG=ko_KR.UTF-8 perl $(TEST_RESROOT)$(D)test.pl; \
$(TEST_STATUS)</command>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5148</comment>
<version>22+</version>
<impl>hotspot</impl>
<platform>s390x_linux</platform>
</disable>
</disables>
<command>LANG=ko_KR.UTF-8 perl $(TEST_RESROOT)$(D)test.pl; \
$(TEST_STATUS)</command>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/19083</comment>
<version>22+</version>
Expand Down

0 comments on commit 5ac0448

Please sign in to comment.