diff options
Diffstat (limited to 'jstests/sharding/run_restore.js')
| -rw-r--r-- | jstests/sharding/run_restore.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/sharding/run_restore.js b/jstests/sharding/run_restore.js index b5dd22e10f9..3dfbd0b5b38 100644 --- a/jstests/sharding/run_restore.js +++ b/jstests/sharding/run_restore.js @@ -12,12 +12,6 @@ load("jstests/libs/feature_flag_util.js"); -// Because we restart nodes in standalone mode, it's possible for fast count, which doesn't -// discriminate between majority committed data and locally committed data, and the true count, -// which only includes majority committed data on standalones, to diverge. Therefore skip -// validating fast count. -TestData.skipEnforceFastCountOnValidate = true; - const s = new ShardingTest({name: "runRestore", shards: 2, mongos: 1, config: 1, other: {chunkSize: 1}}); |
