Skip to content

Commit 8c976a7

Browse files
authored
Exclude perf test renaissance-naive-bayes on 32bit Windows (#6676)
Because the hadoop.dll supplied in the renaissance jar is incompatible with 32bit Windows. Signed-off-by: Adam Farley <[email protected]>
1 parent b116991 commit 8c976a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

perf/renaissance/playlist.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@
269269
<comment>https://github.com/adoptium/aqa-tests/issues/4714#issuecomment-3387878382</comment>
270270
<platform>aarch64_windows</platform>
271271
</disable>
272+
<disable>
273+
<comment>https://github.com/adoptium/aqa-tests/issues/6675</comment>
274+
<platform>x86-32_windows</platform>
275+
</disable>
272276
</disables>
273277
<command>$(JAVA_COMMAND) $(JVM_OPTIONS) -jar $(Q)$(TEST_RESROOT)$(D)renaissance.jar$(Q) --json $(Q)$(REPORTDIR)$(D)naive-bayes.json$(Q) naive-bayes; \
274278
$(TEST_STATUS)</command>

0 commit comments

Comments
 (0)