Skip to content

Commit 6c351b2

Browse files
authored
DRIVERS-2855: Skip $out and mapReduce tests on serverless (#1550)
This was missed in bfb6a84
1 parent d036675 commit 6c351b2

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

source/read-write-concern/tests/operation/default-write-concern-3.4.json

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

source/read-write-concern/tests/operation/default-write-concern-3.4.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
description: default-write-concern-3.4
55

6-
schemaVersion: "1.0"
6+
schemaVersion: "1.4"
77

88
runOnRequirements:
99
- minServerVersion: "3.4"
@@ -40,6 +40,9 @@ initialData:
4040
tests:
4141
-
4242
description: Aggregate with $out omits default write concern
43+
# Serverless does not support $out stage
44+
runOnRequirements:
45+
- serverless: forbid
4346
operations:
4447
-
4548
object: *collection0
@@ -116,6 +119,9 @@ tests:
116119
writeConcern: { $$exists: false }
117120
-
118121
description: MapReduce omits default write concern
122+
# Serverless does not support mapReduce operation
123+
runOnRequirements:
124+
- serverless: forbid
119125
operations:
120126
-
121127
name: mapReduce

0 commit comments

Comments
 (0)