summaryrefslogtreecommitdiff
path: root/jstests/replsets/reconfig_avoids_rolling_back_committed_writes_in_psa_sets.js
diff options
context:
space:
mode:
authorJon Streets <jonathan.streets@mongodb.com>2021-05-19 20:10:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-23 15:49:23 +0000
commit05a0f8e98b633a6e6c26c10576a1044f9da161b5 (patch)
tree3952e670c0e71987b5173eb02e1a279f60bf7b6e /jstests/replsets/reconfig_avoids_rolling_back_committed_writes_in_psa_sets.js
parent785c2ed58a5e98335faf37b14cef0bbce5832ee2 (diff)
downloadmongo-05a0f8e98b633a6e6c26c10576a1044f9da161b5.tar.gz
SERVER-56366 Update FCV constants to recognize 5.1 as latest
Diffstat (limited to 'jstests/replsets/reconfig_avoids_rolling_back_committed_writes_in_psa_sets.js')
-rw-r--r--jstests/replsets/reconfig_avoids_rolling_back_committed_writes_in_psa_sets.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/replsets/reconfig_avoids_rolling_back_committed_writes_in_psa_sets.js b/jstests/replsets/reconfig_avoids_rolling_back_committed_writes_in_psa_sets.js
index ae11141e0c4..ba3c71f4e79 100644
--- a/jstests/replsets/reconfig_avoids_rolling_back_committed_writes_in_psa_sets.js
+++ b/jstests/replsets/reconfig_avoids_rolling_back_committed_writes_in_psa_sets.js
@@ -14,7 +14,8 @@
*
* Finally, we step up the secondary and verify that the oplog entry was not rolled back.
*
- * @tags: [requires_fcv_50]
+ * @tags: [
+ * ]
*/
(function() {