Skip to content

Commit

Permalink
Fixes the issue that nativeTest cannot be executed using Junit 5.11.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Jun 13, 2024
1 parent fb962b9 commit 6c11ac9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public void onLoad(NativeImageConfiguration config) {
"org.junit.platform.commons.logging.LoggerFactory",
"org.junit.platform.engine.UniqueIdFormat",
"org.junit.platform.commons.util.ReflectionUtils",
"org.junit.platform.commons.util.LruCache",
// https://github.com/graalvm/native-build-tools/issues/300
"org.junit.platform.reporting.open.xml.OpenTestReportGeneratingListener"
);
Expand Down

0 comments on commit 6c11ac9

Please sign in to comment.