summaryrefslogtreecommitdiff
path: root/jstests/sharding/hash_shard_unique_compound.js
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2015-12-30 14:55:20 -0500
committerJonathan Abrahams <jonathan@mongodb.com>2015-12-30 14:55:20 -0500
commit5f4c54029d47229533b54c7683df71809cc26ff0 (patch)
tree95ee80f3e51d3218647bc6fb013dec7f3f735297 /jstests/sharding/hash_shard_unique_compound.js
parent7834ab9782d90b82ff023c5c886635962e8d5417 (diff)
downloadmongo-5f4c54029d47229533b54c7683df71809cc26ff0.tar.gz
SERVER-21894 Remove unused 'hashed' resmoke.py tags from JS tests
Diffstat (limited to 'jstests/sharding/hash_shard_unique_compound.js')
-rw-r--r--jstests/sharding/hash_shard_unique_compound.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/sharding/hash_shard_unique_compound.js b/jstests/sharding/hash_shard_unique_compound.js
index c16e85bbed2..832cb93600f 100644
--- a/jstests/sharding/hash_shard_unique_compound.js
+++ b/jstests/sharding/hash_shard_unique_compound.js
@@ -2,7 +2,6 @@
// Does 2 things and checks for consistent error:
// 1.) shard collection on hashed "a", ensure unique index {a:1, b:1}
// 2.) reverse order
-// @tags : [ hashed ]
var s = new ShardingTest( { name : jsTestName() , shards : 1 , mongos : 1, verbose : 1 } );
var dbName = "test";