diff options
Diffstat (limited to 'jstests/core/top.js')
-rw-r--r-- | jstests/core/top.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/jstests/core/top.js b/jstests/core/top.js index df7671207f4..b7b9f8f3a02 100644 --- a/jstests/core/top.js +++ b/jstests/core/top.js @@ -5,8 +5,14 @@ * former operation may be routed to a secondary in the replica set, whereas the latter must be * routed to the primary. * - * @tags: [assumes_read_preference_unchanged, requires_fastcount] + * @tags: [ + * assumes_read_preference_unchanged, + * requires_fastcount, + * + * # top command is not available on embedded + * incompatible_with_embedded] */ + (function() { load("jstests/libs/stats.js"); |