summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_donor_startup_recovery.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_donor_startup_recovery.js')
-rw-r--r--jstests/replsets/tenant_migration_donor_startup_recovery.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/replsets/tenant_migration_donor_startup_recovery.js b/jstests/replsets/tenant_migration_donor_startup_recovery.js
index 37d2bf6f751..d599b061a8a 100644
--- a/jstests/replsets/tenant_migration_donor_startup_recovery.js
+++ b/jstests/replsets/tenant_migration_donor_startup_recovery.js
@@ -3,10 +3,12 @@
* randomly selects a point during the migration to shutdown the donor.
*
* Tenant migrations are not expected to be run on servers with ephemeralForTest.
+ * Incompatible with shard merge, which can't handle restart.
*
* @tags: [
* incompatible_with_eft,
* incompatible_with_macos,
+ * incompatible_with_shard_merge,
* incompatible_with_windows_tls,
* requires_majority_read_concern,
* requires_persistence,