summaryrefslogtreecommitdiff
path: root/jstests/sharding/hash_shard_unique_compound.js
diff options
context:
space:
mode:
authorMarcos José Grillo Ramírez <marcos.grillo@mongodb.com>2020-04-24 19:46:15 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-08 15:10:39 +0000
commita709403384c88487ed34c940be1f5e3b7d12646e (patch)
treefb2cfabb5b3ba962e2089ab349995b3216102dc6 /jstests/sharding/hash_shard_unique_compound.js
parent2d00fa0708dc62593d387cc09eab46f5a2ba8c9f (diff)
downloadmongo-a709403384c88487ed34c940be1f5e3b7d12646e.tar.gz
SERVER-46944 Re-enable tests on sharding_last_stable_mongos_and_mixed_shards and sharding_multiversion suite
Diffstat (limited to 'jstests/sharding/hash_shard_unique_compound.js')
-rw-r--r--jstests/sharding/hash_shard_unique_compound.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/sharding/hash_shard_unique_compound.js b/jstests/sharding/hash_shard_unique_compound.js
index 056bf2bdbca..1b069a94181 100644
--- a/jstests/sharding/hash_shard_unique_compound.js
+++ b/jstests/sharding/hash_shard_unique_compound.js
@@ -5,7 +5,10 @@
// This test triggers a compiler bug that causes a crash when compiling with optimizations on, see
// SERVER-36321.
-// @tags: [blacklist_from_rhel_67_s390x]
+// @tags: [
+// blacklist_from_rhel_67_s390x,
+// need_fixing_for_46
+// ]
(function() {
'use strict';