Skip to content

Commit

Permalink
Merge pull request #6953 from lahodaj/fix-enabled-modules
Browse files Browse the repository at this point in the history
Enabling libs.nbjavacapi for debugger.jpda.truffle tests.
  • Loading branch information
lahodaj authored Jan 15, 2024
2 parents 865b3f3 + c95399b commit 9762c8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ protected static Test createSuite(Class<? extends TestCase> clazz) {
failOnException(Level.INFO).
enableClasspathModules(false).
clusters(".*").
enableModules("org.netbeans.libs.nbjavacapi").
suite();
}

Expand Down

0 comments on commit 9762c8e

Please sign in to comment.