Skip to content

Commit

Permalink
DRIVERS-2188 Skip comment error test on sharded (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo committed Apr 27, 2022
1 parent c430376 commit 938a402
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Expand Up @@ -125,7 +125,11 @@
"runOnRequirements": [
{
"minServerVersion": "3.6.0",
"maxServerVersion": "4.4.13"
"maxServerVersion": "4.4.13",
"topologies": [
"single",
"replicaset"
]
}
],
"operations": [
Expand Down
3 changes: 3 additions & 0 deletions source/crud/tests/unified/estimatedDocumentCount-comment.yml
Expand Up @@ -68,6 +68,9 @@ tests:
runOnRequirements:
- minServerVersion: "3.6.0"
maxServerVersion: "4.4.13"
# Server does not raise an error if topology is sharded.
# https://jira.mongodb.org/browse/SERVER-65954
topologies: [ single, replicaset ]
operations:
- name: estimatedDocumentCount
object: *collection0
Expand Down

0 comments on commit 938a402

Please sign in to comment.