summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
Diffstat (limited to 'jstests')
-rw-r--r--jstests/multiVersion/genericSetFCVUsage/major_version_upgrade.js2
-rw-r--r--jstests/multiVersion/skip_level_upgrade.js2
2 files changed, 0 insertions, 4 deletions
diff --git a/jstests/multiVersion/genericSetFCVUsage/major_version_upgrade.js b/jstests/multiVersion/genericSetFCVUsage/major_version_upgrade.js
index da8398f18de..a8a7f51b5d6 100644
--- a/jstests/multiVersion/genericSetFCVUsage/major_version_upgrade.js
+++ b/jstests/multiVersion/genericSetFCVUsage/major_version_upgrade.js
@@ -28,8 +28,6 @@ const defaultOptions = {
// This lists all supported releases and needs to be kept up to date as versions are added and
// dropped.
-// TODO SERVER-26792: In the future, we should have a common place from which both the
-// multiversion setup procedure and this test get information about supported major releases.
const versions = [
{binVersion: '4.0', featureCompatibilityVersion: '4.0', testCollection: 'four_zero'},
{binVersion: '4.2', featureCompatibilityVersion: '4.2', testCollection: 'four_two'},
diff --git a/jstests/multiVersion/skip_level_upgrade.js b/jstests/multiVersion/skip_level_upgrade.js
index 9ee452d15aa..641266e3950 100644
--- a/jstests/multiVersion/skip_level_upgrade.js
+++ b/jstests/multiVersion/skip_level_upgrade.js
@@ -28,8 +28,6 @@ const defaultOptions = {
};
// This lists all binary versions older than the last-lts version.
-// TODO SERVER-26792: In the future, we should have a common place from which both the
-// multiversion setup procedure and this test get information about supported major releases.
const versions = [
{binVersion: '4.0', testCollection: 'four_zero'},
{binVersion: '4.2', testCollection: 'four_two'}