Skip to content

Commit

Permalink
Temporarily disable xlpCodeCacheTests on AIX since it fails
Browse files Browse the repository at this point in the history
Issue eclipse-openj9#11104

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton committed Dec 11, 2020
1 parent 8895903 commit 9230a3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/functional/VM_Test/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
</impls>
</test>

<test>
<test>
<testCaseName>xlpCodeCacheTests</testCaseName>
<variations>
<variation>Mode109</variation>
Expand All @@ -235,6 +235,8 @@
-jar=$(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(Q) \
-xids=all,$(PLATFORM),$(VARIATION); \
$(TEST_STATUS)</command>
<!-- Temporarily disable this test on AIX, issue https://github.com/eclipse/openj9/issues/11104 -->
<platformRequirements>^os.aix</platformRequirements>
<levels>
<level>extended</level>
</levels>
Expand Down

0 comments on commit 9230a3b

Please sign in to comment.