summaryrefslogtreecommitdiff
path: root/jstests/core/profile_findandmodify.js
diff options
context:
space:
mode:
authorSulabh Mahajan <sulabh.mahajan@mongodb.com>2018-06-08 14:34:55 +1000
committerSulabh Mahajan <sulabh.mahajan@mongodb.com>2018-06-08 14:34:55 +1000
commite361973f0e994d7c5da603cb6436fd96f7180127 (patch)
tree97efe6bdfd0d0bf26e1c33365d7d4682ee03ad36 /jstests/core/profile_findandmodify.js
parente317b88bb811da53f73ddb992417ae05ea8fe451 (diff)
downloadmongo-e361973f0e994d7c5da603cb6436fd96f7180127.tar.gz
SERVER-33605 Mobile SE:Disable capped collections and related testing
Diffstat (limited to 'jstests/core/profile_findandmodify.js')
-rw-r--r--jstests/core/profile_findandmodify.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/core/profile_findandmodify.js b/jstests/core/profile_findandmodify.js
index 48ec80511eb..56e673ae639 100644
--- a/jstests/core/profile_findandmodify.js
+++ b/jstests/core/profile_findandmodify.js
@@ -1,8 +1,5 @@
// Confirms that profiled findAndModify execution contains all expected metrics with proper values.
-// @tags: [
-// # profile command is not available on embedded
-// incompatible_with_embedded,
-// ]
+// @tags: [requires_profiling]
(function() {
"use strict";