summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_cloner_stats_with_failover.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_cloner_stats_with_failover.js')
-rw-r--r--jstests/replsets/tenant_migration_cloner_stats_with_failover.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/replsets/tenant_migration_cloner_stats_with_failover.js b/jstests/replsets/tenant_migration_cloner_stats_with_failover.js
index 6b7235ae54d..0f6fe130bf9 100644
--- a/jstests/replsets/tenant_migration_cloner_stats_with_failover.js
+++ b/jstests/replsets/tenant_migration_cloner_stats_with_failover.js
@@ -13,6 +13,7 @@
* @tags: [
* incompatible_with_eft,
* incompatible_with_macos,
+ * incompatible_with_shard_merge,
* incompatible_with_windows_tls,
* requires_majority_read_concern,
* requires_persistence,
@@ -146,4 +147,4 @@ assert.eq(currOp.databases.databasesClonedBeforeFailover, 1, res);
assert.eq(currOp.databases[dbName2].clonedCollectionsBeforeFailover, 1, res);
tenantMigrationTest.stop();
-})(); \ No newline at end of file
+})();