File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
driver-sync/src/test/functional/com/mongodb/client Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3434import static com .mongodb .ClusterFixture .isSharded ;
3535import static com .mongodb .ClusterFixture .serverVersionAtLeast ;
3636import static org .junit .Assert .assertTrue ;
37+ import static org .junit .Assume .assumeNotNull ;
3738import static org .junit .Assume .assumeTrue ;
3839
3940// See https://github.com/mongodb/specifications/blob/master/source/transactions/tests/README.rst#mongos-pinning-prose-tests
@@ -44,6 +45,8 @@ public class TransactionProseTest {
4445 @ Before
4546 public void setUp () {
4647 assumeTrue (canRunTests ());
48+ assumeNotNull (getMultiMongosConnectionString ());
49+
4750 MongoClientSettings .Builder builder = MongoClientSettings .builder ()
4851 .applyConnectionString (getMultiMongosConnectionString ());
4952
You can’t perform that action at this time.
0 commit comments