summaryrefslogtreecommitdiff
path: root/jstests/core/capped6.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/capped6.js')
-rw-r--r--jstests/core/capped6.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/core/capped6.js b/jstests/core/capped6.js
index 6905a0f1f13..c2bf576583a 100644
--- a/jstests/core/capped6.js
+++ b/jstests/core/capped6.js
@@ -5,8 +5,9 @@
// # documents using the captrunc command. 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_non_retryable_commands,
// requires_fastcount,
+// requires_non_retryable_commands,
+// uses_testing_only_commands,
// ]
(function() {
var coll = db.capped6;