summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/core/find_projection_meta_errors.js2
-rw-r--r--jstests/core/id_partial_projection.js1
-rw-r--r--jstests/core/notablescan.js1
3 files changed, 3 insertions, 1 deletions
diff --git a/jstests/core/find_projection_meta_errors.js b/jstests/core/find_projection_meta_errors.js
index ea6206c4703..9fb199247db 100644
--- a/jstests/core/find_projection_meta_errors.js
+++ b/jstests/core/find_projection_meta_errors.js
@@ -1,5 +1,5 @@
// Basic tests for errors when parsing the $meta projection.
-
+// @tags: [requires_fcv_44]
(function() {
"use strict";
diff --git a/jstests/core/id_partial_projection.js b/jstests/core/id_partial_projection.js
index 7735e710b98..d53c8c952fc 100644
--- a/jstests/core/id_partial_projection.js
+++ b/jstests/core/id_partial_projection.js
@@ -1,6 +1,7 @@
/**
* Tests partial inclusion/exclusion of _id.
* See SERVER-7502 for details.
+ * @tags: [requires_fcv_44]
*/
(function() {
"use strict";
diff --git a/jstests/core/notablescan.js b/jstests/core/notablescan.js
index 2bbc300238d..a384d0d8c2c 100644
--- a/jstests/core/notablescan.js
+++ b/jstests/core/notablescan.js
@@ -8,6 +8,7 @@
// assumes_read_preference_unchanged,
// assumes_superuser_permissions,
// does_not_support_stepdowns,
+// requires_fcv_44,
// ]
t = db.test_notablescan;