summaryrefslogtreecommitdiff
path: root/jstests/core/notablescan.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/notablescan.js')
-rw-r--r--jstests/core/notablescan.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/notablescan.js b/jstests/core/notablescan.js
index 5c0ae0150e8..baef5d56ae6 100644
--- a/jstests/core/notablescan.js
+++ b/jstests/core/notablescan.js
@@ -8,6 +8,10 @@
// assumes_read_preference_unchanged,
// assumes_superuser_permissions,
// does_not_support_stepdowns,
+// # Server parameters are stored in-memory only so are not transferred onto the recipient. This
+// # test sets the server parameter "notablescan" to force the node to not execute queries that
+// # require a collection scan and return an error.
+// tenant_migration_incompatible,
// ]
t = db.test_notablescan;