Fix flaky test #JAVA-6016 by strogiyotec · Pull Request #1845 · mongodb/mongo-java-driver

The test shouldUseConnectTimeoutMsWhenEstablishingConnectionInBackground only fails
with a variant tests-require-api-version
The reason is that this variant passes  -Dorg.mongodb.test.api.version=1 which makes an API version to be V1
In this version the hello command is `hello` but this test case assumes it's `isMaster`