summaryrefslogtreecommitdiff
path: root/jstests/core/distinct_index1.js
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2019-01-11 14:16:16 -0500
committerRandolph Tan <randolph@10gen.com>2019-01-11 15:53:33 -0500
commit50012971bb889deb729175d176f8bc14a9b2d1a7 (patch)
treed6349c5387eddfa52805b9acb6d6e4f08bbe954b /jstests/core/distinct_index1.js
parentf578f7ab587663d1b50dbd87854fba023e33d1ec (diff)
downloadmongo-50012971bb889deb729175d176f8bc14a9b2d1a7.tar.gz
SERVER-38947 Make sure all jstests/core test that inspects totalDocsExamined has assumes_unsharded_collection or assumes_balancer_off
Diffstat (limited to 'jstests/core/distinct_index1.js')
-rw-r--r--jstests/core/distinct_index1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/distinct_index1.js b/jstests/core/distinct_index1.js
index 34da35a2b60..1fc7288c812 100644
--- a/jstests/core/distinct_index1.js
+++ b/jstests/core/distinct_index1.js
@@ -1,4 +1,4 @@
-
+// @tags: [assumes_balancer_off]
t = db.distinct_index1;
t.drop();