Open
Description
Mongo is required to be running for Spring Data Mongo DB tests to pass. It would be beneficial to fail the build when skip tests
is NOT turned on. In other words if someone is skipping the tests then we don't care if Mongo is running or not.
Additional note: Mongo must be running without a custom username and password, otherwise the tests will fail due to connection being unauthorized