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`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters