diff options
author | Sulabh Mahajan <sulabh.mahajan@mongodb.com> | 2018-06-08 14:34:55 +1000 |
---|---|---|
committer | Sulabh Mahajan <sulabh.mahajan@mongodb.com> | 2018-06-08 14:34:55 +1000 |
commit | e361973f0e994d7c5da603cb6436fd96f7180127 (patch) | |
tree | 97efe6bdfd0d0bf26e1c33365d7d4682ee03ad36 /jstests/noPassthrough/ttl_capped.js | |
parent | e317b88bb811da53f73ddb992417ae05ea8fe451 (diff) | |
download | mongo-e361973f0e994d7c5da603cb6436fd96f7180127.tar.gz |
SERVER-33605 Mobile SE:Disable capped collections and related testing
Diffstat (limited to 'jstests/noPassthrough/ttl_capped.js')
-rw-r--r-- | jstests/noPassthrough/ttl_capped.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/ttl_capped.js b/jstests/noPassthrough/ttl_capped.js index 8a3de697479..d3d383cc984 100644 --- a/jstests/noPassthrough/ttl_capped.js +++ b/jstests/noPassthrough/ttl_capped.js @@ -1,6 +1,7 @@ /** * Test that a TTL index on a capped collection doesn't crash the server or cause the TTL monitor * to skip processing other (non-capped) collections on the database. + * @tags: [requires_capped] */ (function() { "use strict"; |