| ServiceBootstrappingTest#testBasicBuild fails if -Dhibernate.show_sql=true is passed when running the tests (eg. passing it via gradle from command line), because the property will propagate to the JdbcServices which are created and tested.
This test should be skipped if the property equals "true" |