Skip to content

Commit b577b4d

Browse files
committed
Guard test execution
1 parent 72de28b commit b577b4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/jdk/tools/jlink/basic/AllModulePath.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ public void modulePathWithLimitMods() throws Exception {
248248
*/
249249
@Test
250250
public void modulePath() throws Exception {
251+
if (isExplodedJDKImage()) {
252+
return;
253+
}
251254
Path targetPath = HELPER.createNewImageDir("all-mod-path-w-mod-path");
252255
String moduleName = "com.foo.runtime";
253256
Result result = HELPER.generateDefaultJModule(moduleName, "jdk.jfr");

0 commit comments

Comments
 (0)