Skip to content

Commit

Permalink
Tests: Disable console scala tests in gradle tests
Browse files Browse the repository at this point in the history
NPEs due to null log manager
  • Loading branch information
zzzi2p committed Oct 22, 2023
1 parent ec68911 commit d5462b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/routerconsole/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ if (System.getenv("TARGET_JAVA_HOME") == null && JavaVersion.current() != JavaVe
args = ['-R', 'build/classes/scala/test', '-o']
classpath = sourceSets.test.runtimeClasspath
}
test.dependsOn scalaTest

// java.lang.NullPointerException:
// at net.i2p.router.update.PluginUpdateHandler.<init>(PluginUpdateHandler.java:36)
// at net.i2p.router.update.PluginUpdateHandlerSpec.pluginUpdateHandler(PluginUpdateHandlerSpec.scala:19)
//test.dependsOn scalaTest
}

// Create the java files from the po files. The jar task will compile them.
Expand Down

0 comments on commit d5462b3

Please sign in to comment.