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, 3 insertions, 0 deletions
diff --git a/jstests/sharding/accurate_count_with_predicate.js b/jstests/sharding/accurate_count_with_predicate.js
index 4b5fcef4e2e..9c7d4c22593 100644
--- a/jstests/sharding/accurate_count_with_predicate.js
+++ b/jstests/sharding/accurate_count_with_predicate.js
@@ -9,6 +9,9 @@
(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;