diff options
author | William Schultz <william.schultz@mongodb.com> | 2019-01-04 18:05:41 -0500 |
---|---|---|
committer | William Schultz <william.schultz@mongodb.com> | 2019-01-04 18:05:41 -0500 |
commit | 907c8c786e26414735892bfbe763cd67e7f7e7e4 (patch) | |
tree | 4b35f1368f49a17c87222696354e93f3a1cbcd93 /jstests/core/explain5.js | |
parent | 28e7a275a1d6b529bee593b58c60dfc9cd507d09 (diff) | |
download | mongo-907c8c786e26414735892bfbe763cd67e7f7e7e4.tar.gz |
Revert "SERVER-37853 Create sharded_core_txn with balancer suite"
This reverts commit 62076130c3321f842f3ce4fb426aefc078074206.
Diffstat (limited to 'jstests/core/explain5.js')
-rw-r--r-- | jstests/core/explain5.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/core/explain5.js b/jstests/core/explain5.js index 03fcec4ddc6..35841ac0789 100644 --- a/jstests/core/explain5.js +++ b/jstests/core/explain5.js @@ -1,5 +1,4 @@ // Check explain results for a plan that uses an index to obtain the requested sort order. -// @tags: [assumes_balancer_off] t = db.jstests_explain5; t.drop(); |