summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/resumable_index_build_downgrade.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/resumable_index_build_downgrade.js')
-rw-r--r--jstests/noPassthrough/resumable_index_build_downgrade.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/resumable_index_build_downgrade.js b/jstests/noPassthrough/resumable_index_build_downgrade.js
index 51e985c718a..7c0896e6480 100644
--- a/jstests/noPassthrough/resumable_index_build_downgrade.js
+++ b/jstests/noPassthrough/resumable_index_build_downgrade.js
@@ -21,7 +21,7 @@ const testDB = primary.getDB("test");
const coll = testDB.getCollection(collName);
assert.commandWorked(coll.insert({a: 1}));
-assert.commandWorked(testDB.adminCommand({setFeatureCompatibilityVersion: lastStableFCV}));
+assert.commandWorked(testDB.adminCommand({setFeatureCompatibilityVersion: lastLTSFCV}));
const fp = configureFailPoint(primary, "leaveIndexBuildUnfinishedForShutdown");