summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/shell_appname_uri.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/noPassthrough/shell_appname_uri.js
parente317b88bb811da53f73ddb992417ae05ea8fe451 (diff)
downloadmongo-e361973f0e994d7c5da603cb6436fd96f7180127.tar.gz
SERVER-33605 Mobile SE:Disable capped collections and related testing
Diffstat (limited to 'jstests/noPassthrough/shell_appname_uri.js')
-rw-r--r--jstests/noPassthrough/shell_appname_uri.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/noPassthrough/shell_appname_uri.js b/jstests/noPassthrough/shell_appname_uri.js
index 213e369eb36..e7c43164c11 100644
--- a/jstests/noPassthrough/shell_appname_uri.js
+++ b/jstests/noPassthrough/shell_appname_uri.js
@@ -1,3 +1,4 @@
+// @tags: [requires_profiling]
(function() {
"use strict";
@@ -73,4 +74,4 @@
});
MongoRunner.stopMongod(conn);
-})(); \ No newline at end of file
+})();