Skip to content

Commit 2329f91

Browse files
committed
Merge branch 'master' of github.com:mongodb/mongo-python-driver
2 parents 9babce9 + a3cc43f commit 2329f91

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/retryable_writes/unified/aggregate-out-merge.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "aggregate with $out/$merge does not set txnNumber",
3-
"schemaVersion": "1.3",
3+
"schemaVersion": "1.4",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "3.6",
@@ -45,6 +45,11 @@
4545
"tests": [
4646
{
4747
"description": "aggregate with $out does not set txnNumber",
48+
"runOnRequirements": [
49+
{
50+
"serverless": "forbid"
51+
}
52+
],
4853
"operations": [
4954
{
5055
"object": "collection0",

0 commit comments

Comments
 (0)