summaryrefslogtreecommitdiff
path: root/jstests/sharding/internal_txns/retryable_writes_basic.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/internal_txns/retryable_writes_basic.js')
-rw-r--r--jstests/sharding/internal_txns/retryable_writes_basic.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/jstests/sharding/internal_txns/retryable_writes_basic.js b/jstests/sharding/internal_txns/retryable_writes_basic.js
index c43daf521a9..c95bb8c9121 100644
--- a/jstests/sharding/internal_txns/retryable_writes_basic.js
+++ b/jstests/sharding/internal_txns/retryable_writes_basic.js
@@ -2,7 +2,11 @@
* Tests that retryable internal transactions for insert, update and delete are retryable and
* other kinds of transactions for insert, update and delete are not retryable.
*
- * @tags: [requires_fcv_60, uses_transactions]
+ * Exclude this test from large_txn variants because the variant enforces that the max transaction
+ * oplog entry length is 2 operations, and the oplog length assertions in this test do not account
+ * for this. We are not losing test coverage as this test inherently tests large transactions.
+ *
+ * @tags: [requires_fcv_60, uses_transactions, exclude_from_large_txns]
*/
(function() {
'use strict';