summaryrefslogtreecommitdiff
path: root/jstests/sharding/create_idx_empty_primary.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/create_idx_empty_primary.js')
-rw-r--r--jstests/sharding/create_idx_empty_primary.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/sharding/create_idx_empty_primary.js b/jstests/sharding/create_idx_empty_primary.js
index cf1c871272b..9b11df9f70e 100644
--- a/jstests/sharding/create_idx_empty_primary.js
+++ b/jstests/sharding/create_idx_empty_primary.js
@@ -2,6 +2,8 @@
* Test to make sure that the createIndex command gets sent to all shards if the mongos
* version is last-stable, and to shards that own chunks only if the mongos version is
* latest.
+ *
+ * @tags: [need_fixing_for_46]
*/
(function() {
'use strict';