Skip to content

Commit 4075b44

Browse files
committed
test: skip broken transaction tests until SERVER-40685 is fixed
1 parent 797e122 commit 4075b44

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

test/functional/spec/transactions/convenient-api/transaction-options.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
"topology": [
66
"replicaset"
77
]
8-
},
9-
{
10-
"minServerVersion": "4.1.8",
11-
"topology": [
12-
"sharded"
13-
]
148
}
159
],
1610
"database_name": "withTransaction-tests",

test/functional/spec/transactions/convenient-api/transaction-options.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ runOn:
22
-
33
minServerVersion: "4.0"
44
topology: ["replicaset"]
5-
-
6-
minServerVersion: "4.1.8"
7-
topology: ["sharded"]
85

96
database_name: &database_name "withTransaction-tests"
107
collection_name: &collection_name "test"

test/functional/spec/transactions/transaction-options.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
"topology": [
66
"replicaset"
77
]
8-
},
9-
{
10-
"minServerVersion": "4.1.8",
11-
"topology": [
12-
"sharded"
13-
]
148
}
159
],
1610
"database_name": "transaction-tests",

test/functional/spec/transactions/transaction-options.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ runOn:
22
-
33
minServerVersion: "4.0"
44
topology: ["replicaset"]
5-
-
6-
minServerVersion: "4.1.8"
7-
topology: ["sharded"]
85

96
database_name: &database_name "transaction-tests"
107
collection_name: &collection_name "test"

0 commit comments

Comments
 (0)