summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Oyung <anton.oyung@mongodb.com>2019-11-20 16:02:42 +0000
committerevergreen <evergreen@mongodb.com>2019-11-20 16:02:42 +0000
commit3549cae6740092f2334428027cd9d1abf8119a33 (patch)
tree03c4c86e616031068dfc1c4e895b0d0de4376856
parent381c2cd0cc1efa2e67d1321be54489ae59af844f (diff)
downloadmongo-3549cae6740092f2334428027cd9d1abf8119a33.tar.gz
SERVER-44667: Add tag to exclude warm_up_connection_pools.js from multiversion test suite
-rw-r--r--jstests/sharding/warm_up_connection_pool.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/sharding/warm_up_connection_pool.js b/jstests/sharding/warm_up_connection_pool.js
index 10b63142362..9117bf4a43e 100644
--- a/jstests/sharding/warm_up_connection_pool.js
+++ b/jstests/sharding/warm_up_connection_pool.js
@@ -1,3 +1,7 @@
+/*
+ * @tags: [requires_fcv_44, multiversion_incompatible]
+ */
+
(function() {
'use strict';