Skip to content

Commit 04f6f9a

Browse files
authored
Exclude on s390x_linux (#6415)
Signed-off-by: Shelley Lambert <[email protected]>
1 parent 49b3ffb commit 04f6f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jck/runtime.api/playlist.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,8 @@
515515
<impl>openj9</impl>
516516
</disable>
517517
<disable>
518-
<comment>Disabled on aix and windows as no xvfb capable of robot interaction</comment>
519-
<platform>ppc64_aix|x86-64_windows|x86-32_windows|aarch64_windows</platform>
518+
<comment>Disabled on aix and windows as no xvfb capable of robot interaction, hangs on s390x</comment>
519+
<platform>ppc64_aix|x86-64_windows|x86-32_windows|aarch64_windows|s390x_linux</platform>
520520
<impl>hotspot</impl>
521521
</disable>
522522
</disables>

0 commit comments

Comments
 (0)