Skip to content

Commit a3cc43f

Browse files
authored
PYTHON-4999 Resync retryable writes tests (#2073)
1 parent cfe7784 commit a3cc43f

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)