Skip to content

Commit

Permalink
Enable MockitoMockTest for 23+ (#5715)
Browse files Browse the repository at this point in the history
Failure is solved by updating ByteBuddy to include Java 23 and 24 support.

Signed-off-by: Theresa Mammarella <[email protected]>
  • Loading branch information
theresa-m authored Oct 22, 2024
1 parent b46950a commit 2c47e24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions functional/MockitoTests/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<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 2c47e24

Please sign in to comment.