Skip to content

Commit

Permalink
DRIVERS-776: Skip test on mongos pending SERVER-57403
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Jun 7, 2021
1 parent a274fbf commit 6b0dde8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/crud/tests/unified/aggregate-let.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@
"description": "Aggregate with let option",
"runOnRequirements": [
{
"minServerVersion": "5.0"
"minServerVersion": "5.0",
"topologies": [
"single",
"replicaset"
]
}
],
"operations": [
Expand Down
2 changes: 2 additions & 0 deletions source/crud/tests/unified/aggregate-let.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ tests:
- description: "Aggregate with let option"
runOnRequirements:
- minServerVersion: "5.0"
# TODO: Remove topology restrictions once SERVER-57403 is resolved
topologies: ["single", "replicaset"]
operations:
- name: aggregate
object: *collection0
Expand Down

0 comments on commit 6b0dde8

Please sign in to comment.