summaryrefslogtreecommitdiff
path: root/jstests/core/capped_update.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/capped_update.js')
-rw-r--r--jstests/core/capped_update.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/capped_update.js b/jstests/core/capped_update.js
index 3ae434a8334..a7df680327b 100644
--- a/jstests/core/capped_update.js
+++ b/jstests/core/capped_update.js
@@ -2,6 +2,9 @@
* Tests various update scenarios on capped collections:
* -- SERVER-20529: Ensure capped document sizes do not change
* -- SERVER-11983: Don't create _id field on capped updates
+ * @tags: [
+ * uses_testing_only_commands,
+ * ]
*/
(function() {
'use strict';