Description
The default surefire configuration in oak-parent/pom.xml sets an empty value for the system property mongo.url. This disables some tests and is unnecessary because the MongoUtils class derives a default for this system property from mongo.host, mongo.port and mongo.db. A build environment should override one of those.