summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_concurrent_writes_on_donor.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_concurrent_writes_on_donor.js')
-rw-r--r--jstests/replsets/tenant_migration_concurrent_writes_on_donor.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/jstests/replsets/tenant_migration_concurrent_writes_on_donor.js b/jstests/replsets/tenant_migration_concurrent_writes_on_donor.js
index 2fb680a6f39..48e62e8f05d 100644
--- a/jstests/replsets/tenant_migration_concurrent_writes_on_donor.js
+++ b/jstests/replsets/tenant_migration_concurrent_writes_on_donor.js
@@ -2,11 +2,6 @@
* Tests that the donor blocks writes that are executed while the migration in the blocking state,
* then rejects the writes when the migration completes.
*
- * Tenant migrations are not expected to be run on servers with ephemeralForTest, and in particular
- * this test fails on ephemeralForTest because the donor has to wait for the write to set the
- * migration state to "committed" and "aborted" to be majority committed but it cannot do that on
- * ephemeralForTest.
- *
* @tags: [
* incompatible_with_macos,
* incompatible_with_windows_tls,