summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/change_stream_preimages_standalone_mode.js
diff options
context:
space:
mode:
authorMindaugas Malinauskas <mindaugas.malinauskas@mongodb.com>2022-03-26 12:40:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-29 10:08:40 +0000
commit8d7f9740e62f488673fbe3ce3404bda177223d15 (patch)
tree70c3acfee3afedd6984a0fc2f00ed14cb1661d17 /jstests/noPassthrough/change_stream_preimages_standalone_mode.js
parentcb9550a01ec90a42108894ab1ed60a37f5238c89 (diff)
downloadmongo-8d7f9740e62f488673fbe3ce3404bda177223d15.tar.gz
SERVER-52282 Enable feature flag for User-facing PIT pre- and post-images
Diffstat (limited to 'jstests/noPassthrough/change_stream_preimages_standalone_mode.js')
-rw-r--r--jstests/noPassthrough/change_stream_preimages_standalone_mode.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/change_stream_preimages_standalone_mode.js b/jstests/noPassthrough/change_stream_preimages_standalone_mode.js
index 46e11a6928f..bc2b746c8a5 100644
--- a/jstests/noPassthrough/change_stream_preimages_standalone_mode.js
+++ b/jstests/noPassthrough/change_stream_preimages_standalone_mode.js
@@ -8,7 +8,7 @@
* # This test uses a replica set and must avoid replica set incompatible test suites, like the
* # test suite that turns journaling off.
* requires_replication,
- * requires_fcv_52,
+ * requires_fcv_60,
* featureFlagChangeStreamPreAndPostImages,
* ]
*/