summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorAntonio Fuschetto <antonio.fuschetto@mongodb.com>2022-04-01 08:35:25 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-01 09:00:55 +0000
commit5f1bc9e0463e261fbbf0a0c7ad69c7522f07d750 (patch)
tree1dfaf717532a32c9c7e736ca22cf1467e66cfe5c /jstests
parentccf2eafea0b674ba0dc124fe05af51274f3245e1 (diff)
downloadmongo-5f1bc9e0463e261fbbf0a0c7ad69c7522f07d750.tar.gz
SERVER-62130 Blacklist `write_cmd_auto_split.js` from stepdown suites
Diffstat (limited to 'jstests')
-rw-r--r--jstests/sharding/write_cmd_auto_split.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/sharding/write_cmd_auto_split.js b/jstests/sharding/write_cmd_auto_split.js
index ed2af323f72..9d7d55a5729 100644
--- a/jstests/sharding/write_cmd_auto_split.js
+++ b/jstests/sharding/write_cmd_auto_split.js
@@ -1,5 +1,9 @@
/**
* Tests the auto split will be triggered when using write commands.
+ *
+ * @tags: [
+ * does_not_support_stepdowns,
+ * ]
*/
(function() {
'use strict';