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.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/core/max_time_ms.js b/jstests/core/max_time_ms.js
index 57bd184f92e..b6875782800 100644
--- a/jstests/core/max_time_ms.js
+++ b/jstests/core/max_time_ms.js
@@ -5,8 +5,9 @@
// # failpoint. The former operations may be routed to a secondary in the replica set, whereas the
// # latter must be routed to the primary.
// assumes_read_preference_unchanged,
+// requires_fastcount,
// requires_getmore,
-// requires_fastcount
+// uses_testing_only_commands,
// ]
var t = db.max_time_ms;