Skip to content

Commit

Permalink
Fix IntegrationTest (no runtime image link)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Jan 17, 2024
1 parent 71d7035 commit 5a443f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/tools/jlink/IntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private static void test() throws Exception {
limits.add("java.management");
JlinkConfiguration config = new Jlink.JlinkConfiguration(output,
mods,
JlinkTask.newModuleFinder(modulePaths, limits, mods), true, true);
JlinkTask.newModuleFinder(modulePaths, limits, mods), false, true);

List<Plugin> lst = new ArrayList<>();

Expand Down

0 comments on commit 5a443f3

Please sign in to comment.