Skip to content

Commit

Permalink
Exclude testJitserverArguments on xlinux jdk8
Browse files Browse the repository at this point in the history
Issue #18599

Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton committed Dec 6, 2024
1 parent 1a808c0 commit 74a26c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/functional/cmdLineTests/jitserver/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
<variations>
<variation>NoOptions</variation>
</variations>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/18599</comment>
<version>8</version>
<platform>x86-64_linux</platform>
</disable>
</disables>
<command>
if [ -x $(Q)$(TEST_JDK_BIN)$(D)jitserver$(Q) ]; \
then \
Expand Down

0 comments on commit 74a26c1

Please sign in to comment.