diff options
Diffstat (limited to 'jstests/sharding/index1.js')
-rw-r--r-- | jstests/sharding/index1.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/sharding/index1.js b/jstests/sharding/index1.js index 2767c18dab3..9c223f89651 100644 --- a/jstests/sharding/index1.js +++ b/jstests/sharding/index1.js @@ -1,3 +1,7 @@ +/** + * @tags : [ hashed ] + */ + // from server 2326 - make sure that sharding only works with unique indices s = new ShardingTest( "shard_index", 2, 0, 1 ) |