Skip to content

Commit ec15401

Browse files
authored
GODRIVER-3113 Skip unpin_after_TransientTransactionError_error_on_commit on latest (#1552)
1 parent 488af3d commit ec15401

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

testdata/transactions/unified/mongos-unpin.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"runOnRequirements": [
55
{
66
"minServerVersion": "4.2",
7+
"maxServerVersion": "7.99",
78
"topologies": [
89
"sharded-replicaset"
910
]

testdata/transactions/unified/mongos-unpin.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ schemaVersion: '1.4'
44

55
runOnRequirements:
66
- minServerVersion: '4.2'
7+
# Skip pending GODRIVER-3113
8+
maxServerVersion: "7.99"
79
topologies: [ sharded-replicaset ]
810

911
createEntities:

0 commit comments

Comments
 (0)