summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/txns/commands_in_txns_read_concern.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/txns/commands_in_txns_read_concern.js b/jstests/core/txns/commands_in_txns_read_concern.js
index 587dd6552f4..d873d91cebb 100644
--- a/jstests/core/txns/commands_in_txns_read_concern.js
+++ b/jstests/core/txns/commands_in_txns_read_concern.js
@@ -5,6 +5,7 @@
* # Creating collections inside multi-document transactions is supported only in v4.4
* # onwards.
* requires_fcv_44,
+ * assumes_no_implicit_collection_creation_after_drop,
* uses_snapshot_read_concern]
*/
(function() {