Skip to content

Commit de3d4cc

Browse files
authored
PHPLIB-1409: Skip $out and mapReduce tests on serverless (#1254)
Synced with mongodb/specifications@6c351b2
1 parent aee6c13 commit de3d4cc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tests/UnifiedSpecTests/read-write-concern/default-write-concern-3.4.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "default-write-concern-3.4",
3-
"schemaVersion": "1.0",
3+
"schemaVersion": "1.4",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "3.4"
@@ -55,6 +55,11 @@
5555
"tests": [
5656
{
5757
"description": "Aggregate with $out omits default write concern",
58+
"runOnRequirements": [
59+
{
60+
"serverless": "forbid"
61+
}
62+
],
5863
"operations": [
5964
{
6065
"object": "collection0",
@@ -220,6 +225,11 @@
220225
},
221226
{
222227
"description": "MapReduce omits default write concern",
228+
"runOnRequirements": [
229+
{
230+
"serverless": "forbid"
231+
}
232+
],
223233
"operations": [
224234
{
225235
"name": "mapReduce",

0 commit comments

Comments
 (0)