Specify optional tests with an environment variable
This branch allows tests to be skipped by default, but enabled by specifying their names (as a comma-separated list) in an environment variable.
Example:
OPTIONAL_TESTS=org.briarproject.bramble.plugin.tor.BridgeTest \
./gradlew --info bramble-java:test --tests org.briarproject.bramble.plugin.tor.BridgeTest
Edited by akwizgran