summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2022-11-29 14:12:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-29 14:39:25 +0000
commit68d46c6302a96d8eac55afb86d128f1cb7545adb (patch)
tree225ca220e70caaa79f29f89dcb199ecd8e8c2646
parente6459ee3049b2bfa1010142394e9d0df290b68ec (diff)
downloadmongo-68d46c6302a96d8eac55afb86d128f1cb7545adb.tar.gz
SERVER-71648 Prevent `txn_index_catalog_changes.js` from running with storage engines that do not support snapshot reads
-rw-r--r--jstests/noPassthrough/txn_index_catalog_changes.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/txn_index_catalog_changes.js b/jstests/noPassthrough/txn_index_catalog_changes.js
index b29a8129a8b..68e82426056 100644
--- a/jstests/noPassthrough/txn_index_catalog_changes.js
+++ b/jstests/noPassthrough/txn_index_catalog_changes.js
@@ -4,6 +4,7 @@
*
* @tags: [
* requires_replication,
+ * requires_snapshot_read,
* ]
*/
(function() {