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.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/core/capped_update.js b/jstests/core/capped_update.js
index 47e938cb210..b75ecb8243e 100644
--- a/jstests/core/capped_update.js
+++ b/jstests/core/capped_update.js
@@ -2,7 +2,10 @@
* 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: [requires_capped]
+ * @tags: [
+ * requires_capped,
+ * uses_testing_only_commands,
+ * ]
*/
(function() {
'use strict';