summaryrefslogtreecommitdiff
path: root/jstests/replsets
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2023-04-24 07:06:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-24 07:57:45 +0000
commit9ec63c2a6fd3bbbbef2583337471535b04999149 (patch)
treeac909ca793aac5522f0a85be7273c8637080782a /jstests/replsets
parent1a06c38af65415c8563a1668d8e1196536faf062 (diff)
downloadmongo-9ec63c2a6fd3bbbbef2583337471535b04999149.tar.gz
SERVER-76434 skipClusterParameterRefresh failpoint requires FCV 7.1
Diffstat (limited to 'jstests/replsets')
-rw-r--r--jstests/replsets/internal_sessions_reaping_basic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/internal_sessions_reaping_basic.js b/jstests/replsets/internal_sessions_reaping_basic.js
index adf6ec1021e..18a15a6ae1b 100644
--- a/jstests/replsets/internal_sessions_reaping_basic.js
+++ b/jstests/replsets/internal_sessions_reaping_basic.js
@@ -3,7 +3,7 @@
* config.image_collection entries for a transaction session if the logical session that it
* corresponds to has expired and been removed from the config.system.sessions collection.
*
- * @tags: [requires_fcv_70, uses_transactions]
+ * @tags: [requires_fcv_60, uses_transactions]
*/
(function() {