Tests: Disable console scala tests in gradle tests

NPEs due to null log manager
This commit is contained in:
zzz
2023-10-22 07:44:53 -04:00
parent ec68911568
commit d5462b31f3

View File

@@ -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.