summaryrefslogtreecommitdiff
path: root/jstests/sharding/secondary_shard_version_protocol_with_causal_consistency.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/secondary_shard_version_protocol_with_causal_consistency.js')
-rw-r--r--jstests/sharding/secondary_shard_version_protocol_with_causal_consistency.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/sharding/secondary_shard_version_protocol_with_causal_consistency.js b/jstests/sharding/secondary_shard_version_protocol_with_causal_consistency.js
index 675c2203369..59cb577849e 100644
--- a/jstests/sharding/secondary_shard_version_protocol_with_causal_consistency.js
+++ b/jstests/sharding/secondary_shard_version_protocol_with_causal_consistency.js
@@ -3,9 +3,6 @@
* read concern level 'available' and afterClusterTime specified should error because they ensure
* contradictory things. A secondary request with afterClusterTime specified and no read concern
* level should default to 'local' read concern level, using the shard version protocol.
- * @tags: [
- * disabled_due_to_server_58295
- * ]
*/
(function() {
"use strict";