Skip to content

Commit bba5707

Browse files
committed
DRIVERS-3061: Skip $out test on serverless
1 parent ca99370 commit bba5707

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

source/retryable-writes/tests/unified/aggregate-out-merge.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/retryable-writes/tests/unified/aggregate-out-merge.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: "aggregate with $out/$merge does not set txnNumber"
22

3-
schemaVersion: "1.3"
3+
schemaVersion: "1.4"
44

55
runOnRequirements:
66
- minServerVersion: "3.6"
@@ -30,6 +30,8 @@ initialData:
3030

3131
tests:
3232
- description: "aggregate with $out does not set txnNumber"
33+
runOnRequirements:
34+
- serverless: forbid # $out is not supported on serverless
3335
operations:
3436
- object: *collection0
3537
name: aggregate

0 commit comments

Comments
 (0)