From 2c47e24c512b6419c8b2a01b75ae2d10c4dd9215 Mon Sep 17 00:00:00 2001 From: Theresa Mammarella Date: Tue, 22 Oct 2024 15:41:36 -0400 Subject: [PATCH] Enable MockitoMockTest for 23+ (#5715) Failure is solved by updating ByteBuddy to include Java 23 and 24 support. Signed-off-by: Theresa Mammarella --- functional/MockitoTests/playlist.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/functional/MockitoTests/playlist.xml b/functional/MockitoTests/playlist.xml index 9add7cf19d..3f87117af2 100644 --- a/functional/MockitoTests/playlist.xml +++ b/functional/MockitoTests/playlist.xml @@ -21,10 +21,6 @@ https://github.com/eclipse-openj9/openj9/issues/19331 .*zos.* - - https://github.com/eclipse-openj9/openj9/issues/19354 - 23+ - $(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 ; \