summaryrefslogtreecommitdiff
path: root/jstests/replsets/standalone_replication_recovery_prepare_with_commit.js
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2021-08-05 16:05:04 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-05 20:32:19 +0000
commite1713a2c279844bd4db874846d0eb5f80c9258ff (patch)
tree15f2aa5ef231fcce1efbc6e22488de26becdda7a /jstests/replsets/standalone_replication_recovery_prepare_with_commit.js
parent60e0443449d43bd027e482583ff414a963aa01c5 (diff)
downloadmongo-e1713a2c279844bd4db874846d0eb5f80c9258ff.tar.gz
SERVER-49862 Clarify usages of `skipEnforceFastCountOnValidate`
Diffstat (limited to 'jstests/replsets/standalone_replication_recovery_prepare_with_commit.js')
-rw-r--r--jstests/replsets/standalone_replication_recovery_prepare_with_commit.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/replsets/standalone_replication_recovery_prepare_with_commit.js b/jstests/replsets/standalone_replication_recovery_prepare_with_commit.js
index 88092a9d291..e3843d99056 100644
--- a/jstests/replsets/standalone_replication_recovery_prepare_with_commit.js
+++ b/jstests/replsets/standalone_replication_recovery_prepare_with_commit.js
@@ -12,8 +12,5 @@ load("jstests/replsets/libs/prepare_standalone_replication_recovery.js");
const testName = "standalone_replication_recovery_prepare_with_commit";
-// TODO (SERVER-49862): Re-enable fast count validation if possible.
-TestData.skipEnforceFastCountOnValidate = true;
-
testPrepareRecoverFromOplogAsStandalone(testName, /* commitBeforeRecovery */ true);
})();