Skip to content

Commit

Permalink
Exclude MockitoMockTest on jdk23 since ByteBuddy doesn't support jdk23 (
Browse files Browse the repository at this point in the history
#5252)

eclipse-openj9/openj9#19354

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton authored Apr 19, 2024
1 parent 8294369 commit b8ccd54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functional/MockitoTests/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<comment>https://github.com/eclipse-openj9/openj9/issues/19331</comment>
<platform>.*zos.*</platform>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/19354</comment>
<version>23+</version>
</disable>
</disables>
<command>
$(JAVA_COMMAND) $(JVM_OPTIONS) -cp $(Q)$(RESOURCES_DIR)$(P)$(TEST_RESROOT)$(D)MockitoTests.jar$(P)$(LIB_DIR)$(D)mockito-core.jar$(P)$(LIB_DIR)$(D)byte-buddy.jar$(P)$(LIB_DIR)$(D)byte-buddy-agent.jar$(P)$(LIB_DIR)$(D)objenesis.jar$(Q) test.java.MockitoMockTest ; \
Expand Down

0 comments on commit b8ccd54

Please sign in to comment.