Skip to content

Commit

Permalink
DRIVERS-2855: Skip $out and mapReduce tests on serverless (#1550)
Browse files Browse the repository at this point in the history
This was missed in bfb6a84
  • Loading branch information
jmikola committed Mar 13, 2024
1 parent d036675 commit 6c351b2
Show file tree
Hide file tree
Showing 2 changed files with 18 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
Expand Up @@ -3,7 +3,7 @@

description: default-write-concern-3.4

schemaVersion: "1.0"
schemaVersion: "1.4"

runOnRequirements:
- minServerVersion: "3.4"
Expand Down Expand Up @@ -40,6 +40,9 @@ initialData:
tests:
-
description: Aggregate with $out omits default write concern
# Serverless does not support $out stage
runOnRequirements:
- serverless: forbid
operations:
-
object: *collection0
Expand Down Expand Up @@ -116,6 +119,9 @@ tests:
writeConcern: { $$exists: false }
-
description: MapReduce omits default write concern
# Serverless does not support mapReduce operation
runOnRequirements:
- serverless: forbid
operations:
-
name: mapReduce
Expand Down

0 comments on commit 6c351b2

Please sign in to comment.