Skip to content

Commit 2c47e24

Browse files
authored
Enable MockitoMockTest for 23+ (#5715)
Failure is solved by updating ByteBuddy to include Java 23 and 24 support. Signed-off-by: Theresa Mammarella <[email protected]>
1 parent b46950a commit 2c47e24

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

functional/MockitoTests/playlist.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<comment>https://github.com/eclipse-openj9/openj9/issues/19331</comment>
2222
<platform>.*zos.*</platform>
2323
</disable>
24-
<disable>
25-
<comment>https://github.com/eclipse-openj9/openj9/issues/19354</comment>
26-
<version>23+</version>
27-
</disable>
2824
</disables>
2925
<command>
3026
$(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 ; \

0 commit comments

Comments
 (0)