summaryrefslogtreecommitdiff
path: root/jstests/core/capped_large_docs.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/capped_large_docs.js')
-rw-r--r--jstests/core/capped_large_docs.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/capped_large_docs.js b/jstests/core/capped_large_docs.js
index f32a3e33389..310562fbb6c 100644
--- a/jstests/core/capped_large_docs.js
+++ b/jstests/core/capped_large_docs.js
@@ -2,6 +2,10 @@
* Tests inserting large documents into a capped collection.
*
* @tags: [
+ * # Suites with stepdowns will result in replication rollback, and we do not update tracked
+ * # collection size for replication rollback. Thus if this occurs during the inserts, we can
+ * # end up with fewer documents in the capped collection than we would otherwise expect.
+ * does_not_support_stepdowns,
* requires_capped,
* requires_collstats,
* requires_fastcount,