summaryrefslogtreecommitdiff
path: root/jstests/core/regex4.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/regex4.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/regex4.js')
-rw-r--r--jstests/core/regex4.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/regex4.js b/jstests/core/regex4.js
index 131f93bcc26..1abdd67d45f 100644
--- a/jstests/core/regex4.js
+++ b/jstests/core/regex4.js
@@ -1,3 +1,4 @@
+// @tags: [assumes_balancer_off]
t = db.regex4;
t.drop();