summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/collmod_disallow_duplicates_restart.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/collmod_disallow_duplicates_restart.js')
-rw-r--r--jstests/noPassthrough/collmod_disallow_duplicates_restart.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/noPassthrough/collmod_disallow_duplicates_restart.js b/jstests/noPassthrough/collmod_disallow_duplicates_restart.js
index 7846252d5b2..dc5104b8a79 100644
--- a/jstests/noPassthrough/collmod_disallow_duplicates_restart.js
+++ b/jstests/noPassthrough/collmod_disallow_duplicates_restart.js
@@ -5,6 +5,7 @@
* @tags: [
* # TODO(SERVER-61181): Fix validation errors under ephemeralForTest.
* incompatible_with_eft,
+ * requires_fcv_60,
* requires_persistence,
* # Replication requires journaling support so this tag also implies exclusion from
* # --nojournal test configurations.
@@ -60,4 +61,4 @@ const uniqueIndexes = coll_primary.getIndexes().filter(function(doc) {
assert.eq(1, uniqueIndexes.length);
rst.stopSet();
-})(); \ No newline at end of file
+})();