summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2020-12-14 10:13:36 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-18 14:48:37 +0000
commitedef7b84252948c604743a0ad55510027b5ad71d (patch)
tree15849dae1b085a4841a774f22c970245a6d84049
parent907de1c96699460cd5be04ad579d14567c90639f (diff)
downloadmongo-edef7b84252948c604743a0ad55510027b5ad71d.tar.gz
SERVER-53345 Tag arbiter_new_hostname.js with multiversion_incompatible
(cherry picked from commit 06639e3cb6cdc741276bf8bfd66a45d1d13c80d4)
-rw-r--r--jstests/replsets/arbiter_new_hostname.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/replsets/arbiter_new_hostname.js b/jstests/replsets/arbiter_new_hostname.js
index 4850cacead9..402fc7c31c9 100644
--- a/jstests/replsets/arbiter_new_hostname.js
+++ b/jstests/replsets/arbiter_new_hostname.js
@@ -2,8 +2,10 @@
* An arbiter that is stopped and restarted on a different port and rejoins the
* replica set should enter removed state and should not start data replication.
*
+ * Skip this test in multiversion suites; the arbiter must restart using the same binary version.
+ *
* @tags: [
- * requires_fcv_49,
+ * multiversion_incompatible,
* ]
*/
(function() {