Skip to content

Commit 01b461e

Browse files
committed
resync mongos-pin-auto.js test
Include `runOnRequirements` to skip server versions less than 8.0
1 parent 339153c commit 01b461e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/libmongoc/tests/json/transactions/unified/mongos-pin-auto.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2095,6 +2095,11 @@
20952095
}
20962096
]
20972097
}
2098+
],
2099+
"runOnRequirements": [
2100+
{
2101+
"minServerVersion": "8.0"
2102+
}
20982103
]
20992104
},
21002105
{
@@ -5360,6 +5365,11 @@
53605365
}
53615366
]
53625367
}
5368+
],
5369+
"runOnRequirements": [
5370+
{
5371+
"minServerVersion": "8.0"
5372+
}
53635373
]
53645374
},
53655375
{
@@ -5453,6 +5463,11 @@
54535463
}
54545464
]
54555465
}
5466+
],
5467+
"runOnRequirements": [
5468+
{
5469+
"minServerVersion": "8.0"
5470+
}
54565471
]
54575472
}
54585473
]

0 commit comments

Comments
 (0)