Skip to content

Commit

Permalink
DRIVERS-3061: Skip $out test on serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Dec 3, 2024
1 parent ca99370 commit 0eb1e65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: "aggregate with $out/$merge does not set txnNumber"

schemaVersion: "1.3"
schemaVersion: "1.4"

runOnRequirements:
- minServerVersion: "3.6"
Expand Down Expand Up @@ -30,6 +30,8 @@ initialData:

tests:
- description: "aggregate with $out does not set txnNumber"
runOnRequirements:
serverless: forbid # $out is not supported on serverless
operations:
- object: *collection0
name: aggregate
Expand Down

0 comments on commit 0eb1e65

Please sign in to comment.