summaryrefslogtreecommitdiff
path: root/jstests/change_streams/report_post_batch_resume_token.js
diff options
context:
space:
mode:
authorJason Chan <jason.chan@10gen.com>2019-05-16 15:54:41 -0400
committerJason Chan <jason.chan@10gen.com>2019-05-16 16:02:42 -0400
commit6df77aa1579d11894a80ddd2edb3053db5abd0aa (patch)
tree4cb42063e1d64a7f9c356b474a50f842c2eaae85 /jstests/change_streams/report_post_batch_resume_token.js
parent5a977732bf3ac70ad6e17aec997759305c13bec6 (diff)
downloadmongo-6df77aa1579d11894a80ddd2edb3053db5abd0aa.tar.gz
SERVER-41079 Add new build variant for the multiple oplog entries transaction format
Diffstat (limited to 'jstests/change_streams/report_post_batch_resume_token.js')
-rw-r--r--jstests/change_streams/report_post_batch_resume_token.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/change_streams/report_post_batch_resume_token.js b/jstests/change_streams/report_post_batch_resume_token.js
index 1055288a9f5..75cfc927f6d 100644
--- a/jstests/change_streams/report_post_batch_resume_token.js
+++ b/jstests/change_streams/report_post_batch_resume_token.js
@@ -1,7 +1,7 @@
/**
* Tests that an aggregate with a $changeStream stage reports the latest postBatchResumeToken. This
* test verifies postBatchResumeToken semantics that are common to sharded and unsharded streams.
- * @tags: [uses_transactions]
+ * @tags: [uses_transactions, exclude_from_large_txns_due_to_change_streams]
*/
(function() {
"use strict";