summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorSulabh Mahajan <sulabh.mahajan@mongodb.com>2018-06-26 10:24:00 +1000
committerSulabh Mahajan <sulabh.mahajan@mongodb.com>2018-06-26 10:24:00 +1000
commit21140044355319702fee9cb00f8fcc5eefcafbca (patch)
tree0226afb66e3ac971dce1cb680207a4428c961f8a /jstests
parent70255f060ec9aacdb990a5e37a55c8c7b272c8b8 (diff)
downloadmongo-21140044355319702fee9cb00f8fcc5eefcafbca.tar.gz
SERVER-35398 Remove Mobile SE's capped collection code
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/system_profile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/system_profile.js b/jstests/core/system_profile.js
index 81ac34d12d2..364ec65be8e 100644
--- a/jstests/core/system_profile.js
+++ b/jstests/core/system_profile.js
@@ -3,6 +3,7 @@
// requires_non_retryable_commands,
// requires_non_retryable_writes,
// requires_collstats,
+// requires_capped,
// ]
// Test various user operations against "system.profile" collection. SERVER-18111.