summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/sharding/autosplit_with_balancer.js6
-rw-r--r--jstests/sharding/write_cmd_auto_split.js3
2 files changed, 9 insertions, 0 deletions
diff --git a/jstests/sharding/autosplit_with_balancer.js b/jstests/sharding/autosplit_with_balancer.js
index 0372ca09b9a..bda4d08fbfb 100644
--- a/jstests/sharding/autosplit_with_balancer.js
+++ b/jstests/sharding/autosplit_with_balancer.js
@@ -1,3 +1,9 @@
+/*
+ * @tags: [
+ * requires_fcv_42, # autoSplitVector not present in older v4.0 binaries
+ * ]
+ */
+
(function() {
'use strict';
diff --git a/jstests/sharding/write_cmd_auto_split.js b/jstests/sharding/write_cmd_auto_split.js
index 55796aa1c30..305c253b015 100644
--- a/jstests/sharding/write_cmd_auto_split.js
+++ b/jstests/sharding/write_cmd_auto_split.js
@@ -1,5 +1,8 @@
/**
* Tests the auto split will be triggered when using write commands.
+ * @tags: [
+ * requires_fcv_42, # autoSplitVector not present in older v4.0 binaries
+ * ]
*/
(function() {
'use strict';