summaryrefslogtreecommitdiff
path: root/jstests/core/max_time_ms.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/max_time_ms.js')
-rw-r--r--jstests/core/max_time_ms.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/core/max_time_ms.js b/jstests/core/max_time_ms.js
index 57bd184f92e..7597084430d 100644
--- a/jstests/core/max_time_ms.js
+++ b/jstests/core/max_time_ms.js
@@ -6,7 +6,10 @@
// # latter must be routed to the primary.
// assumes_read_preference_unchanged,
// requires_getmore,
-// requires_fastcount
+// requires_fastcount,
+//
+// # Uses $where operator
+// requires_scripting,
// ]
var t = db.max_time_ms;