summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_recipient_service_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_recipient_service_test.cpp')
-rw-r--r--src/mongo/db/repl/tenant_migration_recipient_service_test.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/repl/tenant_migration_recipient_service_test.cpp b/src/mongo/db/repl/tenant_migration_recipient_service_test.cpp
index 3e78be1a5f7..acc80047451 100644
--- a/src/mongo/db/repl/tenant_migration_recipient_service_test.cpp
+++ b/src/mongo/db/repl/tenant_migration_recipient_service_test.cpp
@@ -2722,12 +2722,6 @@ TEST_F(TenantMigrationRecipientServiceTest, RecipientForgetMigration_WaitUntilSt
AssertionException,
opCtx->getTimeoutError());
- // Hang the chain before deleting the state doc until it can be verified that the state doc was
- // persisted.
- FailPointEnableBlock fpDeletingStateDoc("pauseTenantMigrationRecipientBeforeDeletingStateDoc",
- BSON("action"
- << "hang"));
-
{
// Hang the chain after persisting the state doc.
FailPointEnableBlock fpPersistingStateDoc(