summaryrefslogtreecommitdiff
path: root/jstests/sharding/accurate_count_with_predicate.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/accurate_count_with_predicate.js')
-rw-r--r--jstests/sharding/accurate_count_with_predicate.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/sharding/accurate_count_with_predicate.js b/jstests/sharding/accurate_count_with_predicate.js
index 9c7d4c22593..4b5fcef4e2e 100644
--- a/jstests/sharding/accurate_count_with_predicate.js
+++ b/jstests/sharding/accurate_count_with_predicate.js
@@ -9,9 +9,6 @@
(function() {
"use strict";
-// Deliberately inserts orphans outside of migration.
-TestData.skipCheckOrphans = true;
-
const st = new ShardingTest({shards: 2});
const shard0Coll = st.shard0.getCollection("test.slowcount");
const num = 10;