summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierlauro Sciarelli <pierlauro.sciarelli@mongodb.com>2021-11-02 14:22:04 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-03 09:56:55 +0000
commitc6902fc64ef1f8870fb172ee655dc37ef1d105b8 (patch)
tree0adfd561d6bb8f70a954930abf1a76a92474a43f
parent8ddc9941280e8bf4a07082e9cc6889d944de4ae9 (diff)
downloadmongo-c6902fc64ef1f8870fb172ee655dc37ef1d105b8.tar.gz
SERVER-59160 Disable balancer in test_stacked_migration_cleanup.js
-rw-r--r--jstests/sharding/test_stacked_migration_cleanup.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/test_stacked_migration_cleanup.js b/jstests/sharding/test_stacked_migration_cleanup.js
index b85a188938d..8e60ef79fdf 100644
--- a/jstests/sharding/test_stacked_migration_cleanup.js
+++ b/jstests/sharding/test_stacked_migration_cleanup.js
@@ -1,5 +1,6 @@
// Tests "stacking" multiple migration cleanup threads and their behavior when the collection
// changes
+// @tags: [assumes_balancer_off]
(function() {
'use strict';