From e361973f0e994d7c5da603cb6436fd96f7180127 Mon Sep 17 00:00:00 2001 From: Sulabh Mahajan Date: Fri, 8 Jun 2018 14:34:55 +1000 Subject: SERVER-33605 Mobile SE:Disable capped collections and related testing --- jstests/core/profile_findandmodify.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'jstests/core/profile_findandmodify.js') 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"; -- cgit v1.2.1