summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2023-02-16 18:49:17 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-16 19:32:43 +0000
commitc73aa5a010d6125417339e4de3de984518e4cdb4 (patch)
tree711efea057693b49ae5033e389246d3fcf397900 /jstests
parent8e9fb6aecf7301e91848f2add7a5d04184ca4f99 (diff)
downloadmongo-c73aa5a010d6125417339e4de3de984518e4cdb4.tar.gz
SERVER-74106 fix requires_fcv tag in initial_sync_geo_index_conflict.js
Diffstat (limited to 'jstests')
-rw-r--r--jstests/replsets/initial_sync_geo_index_conflict.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/initial_sync_geo_index_conflict.js b/jstests/replsets/initial_sync_geo_index_conflict.js
index 400b681cef0..d86bc512abf 100644
--- a/jstests/replsets/initial_sync_geo_index_conflict.js
+++ b/jstests/replsets/initial_sync_geo_index_conflict.js
@@ -7,7 +7,7 @@
* listIndexes and subsequently re-apply the single-phase index build entry.
*
* @tags: [
- * requires_fcv_70,
+ * requires_fcv_63,
* ]
*/