summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2021-12-03 15:26:13 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-03 16:35:12 +0000
commit02beee88da385a785ea5e90b7bc2affb1be3edf1 (patch)
tree1cdcb0c19482ee80a8c5c0dec71476af6471ed0b
parent8f5401dd37f67b0e38476709f10a1cfa605b35a6 (diff)
downloadmongo-02beee88da385a785ea5e90b7bc2affb1be3edf1.tar.gz
SERVER-59090 Remove backport_required_multiversion tags from tenant migration writes tests
-rw-r--r--jstests/replsets/tenant_migration_concurrent_bulk_writes.js2
-rw-r--r--jstests/replsets/tenant_migration_concurrent_writes_on_donor.js2
2 files changed, 0 insertions, 4 deletions
diff --git a/jstests/replsets/tenant_migration_concurrent_bulk_writes.js b/jstests/replsets/tenant_migration_concurrent_bulk_writes.js
index 2390e07a5d4..ef661a63f14 100644
--- a/jstests/replsets/tenant_migration_concurrent_bulk_writes.js
+++ b/jstests/replsets/tenant_migration_concurrent_bulk_writes.js
@@ -10,8 +10,6 @@
* incompatible_with_windows_tls,
* requires_majority_read_concern,
* requires_persistence,
- * # TODO SERVER-59090: Remove this tag.
- * backport_required_multiversion,
* ]
*/
(function() {
diff --git a/jstests/replsets/tenant_migration_concurrent_writes_on_donor.js b/jstests/replsets/tenant_migration_concurrent_writes_on_donor.js
index 29fd1fb256e..ce8e128417d 100644
--- a/jstests/replsets/tenant_migration_concurrent_writes_on_donor.js
+++ b/jstests/replsets/tenant_migration_concurrent_writes_on_donor.js
@@ -13,8 +13,6 @@
* incompatible_with_windows_tls,
* requires_majority_read_concern,
* requires_persistence,
- * # TODO SERVER-59090: Remove this tag.
- * backport_required_multiversion,
* ]
*/
(function() {