From 68d46c6302a96d8eac55afb86d128f1cb7545adb Mon Sep 17 00:00:00 2001 From: Gregory Noma Date: Tue, 29 Nov 2022 14:12:37 +0000 Subject: SERVER-71648 Prevent `txn_index_catalog_changes.js` from running with storage engines that do not support snapshot reads --- jstests/noPassthrough/txn_index_catalog_changes.js | 1 + 1 file changed, 1 insertion(+) 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() { -- cgit v1.2.1