summaryrefslogtreecommitdiff
path: root/jstests/core/wildcard_and_text_indexes.js
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2019-01-07 10:27:46 -0500
committerRandolph Tan <randolph@10gen.com>2019-01-07 11:08:05 -0500
commit3d28a55677f555092d94b2a2908a8a37cdf07db9 (patch)
treef8b8ec9c481c444960d7ff2144a3edc2fb518fc6 /jstests/core/wildcard_and_text_indexes.js
parente139a33d9f872f8e850f85a39294814803e6ccc3 (diff)
downloadmongo-3d28a55677f555092d94b2a2908a8a37cdf07db9.tar.gz
SERVER-37853 Create sharded_core_txn with balancer suite
This reverts commit 907c8c786e26414735892bfbe763cd67e7f7e7e4.
Diffstat (limited to 'jstests/core/wildcard_and_text_indexes.js')
-rw-r--r--jstests/core/wildcard_and_text_indexes.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/wildcard_and_text_indexes.js b/jstests/core/wildcard_and_text_indexes.js
index 4fd7ad34ac1..a4b552e3220 100644
--- a/jstests/core/wildcard_and_text_indexes.js
+++ b/jstests/core/wildcard_and_text_indexes.js
@@ -1,5 +1,6 @@
/**
* Tests that a {$**: 1} index can coexist with a {$**: 'text'} index in the same collection.
+ * @tags: [assumes_balancer_off]
*/
(function() {
"use strict";