summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_donor_rollback_recovery.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_donor_rollback_recovery.js')
-rw-r--r--jstests/replsets/tenant_migration_donor_rollback_recovery.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/replsets/tenant_migration_donor_rollback_recovery.js b/jstests/replsets/tenant_migration_donor_rollback_recovery.js
index 67c9f651897..570874ed0d8 100644
--- a/jstests/replsets/tenant_migration_donor_rollback_recovery.js
+++ b/jstests/replsets/tenant_migration_donor_rollback_recovery.js
@@ -1,9 +1,12 @@
/**
* Tests that tenant migrations that go through donor rollback are recovered correctly.
*
+ * Incompatible with shard merge, which can't handle rollback.
+ *
* @tags: [
* incompatible_with_eft,
* incompatible_with_macos,
+ * incompatible_with_shard_merge,
* incompatible_with_windows_tls,
* requires_majority_read_concern,
* requires_persistence,