diff options
author | Jason Zhang <jason.zhang@mongodb.com> | 2021-08-04 15:40:14 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-08-05 16:46:52 +0000 |
commit | 456d6fb3fb8793f3560d94d8fd3127381106e84e (patch) | |
tree | ad65e90901ca4f9d314709946684e0adaf15748e /jstests | |
parent | ef93f9d3f9156031f8e8b7147b701c3e07a6a784 (diff) | |
download | mongo-456d6fb3fb8793f3560d94d8fd3127381106e84e.tar.gz |
SERVER-58921 Mark collation_shard_targeting_hashed_shard_key.js as pending backport
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/sharding/query/collation_shard_targeting_hashed_shard_key.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/sharding/query/collation_shard_targeting_hashed_shard_key.js b/jstests/sharding/query/collation_shard_targeting_hashed_shard_key.js index d3e84b53f19..8652f5e549f 100644 --- a/jstests/sharding/query/collation_shard_targeting_hashed_shard_key.js +++ b/jstests/sharding/query/collation_shard_targeting_hashed_shard_key.js @@ -2,8 +2,6 @@ /** * Test shard targeting for queries on a collection with a non-simple collation and a hashed shard * key. - * - * @tags: [disabled_due_to_server_58295] */ (function() { const st = new ShardingTest({mongos: 1, config: 1, shards: 2, rs: {nodes: 1}}); |