Skip to content

Commit b116991

Browse files
Disable perf renaissance-db-shootout on jdk11u arm linux for Eclipse temurin (#6670)
Signed-off-by: Andrew Leonard <[email protected]>
1 parent 02dab24 commit b116991

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

perf/renaissance/playlist.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@
7777
</test>
7878
<test>
7979
<testCaseName>renaissance-db-shootout</testCaseName>
80+
<disables>
81+
<disable>
82+
<comment>https://github.com/adoptium/aqa-tests/issues/6669</comment>
83+
<vendor>eclipse</vendor>
84+
<platform>arm_linux</platform>
85+
<version>11</version>
86+
</disable>
87+
</disables>
8088
<command>$(JAVA_COMMAND) $(ADD_OPENS_CMD) $(JVM_OPTIONS) -jar $(Q)$(TEST_RESROOT)$(D)renaissance.jar$(Q) --json $(Q)$(REPORTDIR)$(D)db-shootout.json$(Q) db-shootout; \
8189
$(TEST_STATUS)</command>
8290
<!-- Issue https://github.com/renaissance-benchmarks/renaissance/issues/210 -->

0 commit comments

Comments
 (0)