We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488af3d commit ec15401Copy full SHA for ec15401
testdata/transactions/unified/mongos-unpin.json
@@ -4,6 +4,7 @@
4
"runOnRequirements": [
5
{
6
"minServerVersion": "4.2",
7
+ "maxServerVersion": "7.99",
8
"topologies": [
9
"sharded-replicaset"
10
]
testdata/transactions/unified/mongos-unpin.yml
@@ -4,6 +4,8 @@ schemaVersion: '1.4'
runOnRequirements:
- minServerVersion: '4.2'
+ # Skip pending GODRIVER-3113
+ maxServerVersion: "7.99"
topologies: [ sharded-replicaset ]
11
createEntities:
0 commit comments