Skip to content

Commit 8bd1eeb

Browse files
tests: forbid serverless in disambiguated path tests
1 parent 908ea47 commit 8bd1eeb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

test/spec/change-streams/unified/change-streams-disambiguatedPaths.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "disambiguatedPaths",
3-
"schemaVersion": "1.3",
3+
"schemaVersion": "1.4",
44
"createEntities": [
55
{
66
"client": {
@@ -31,7 +31,8 @@
3131
"sharded-replicaset",
3232
"load-balanced",
3333
"sharded"
34-
]
34+
],
35+
"serverless": "forbid"
3536
}
3637
],
3738
"initialData": [

test/spec/change-streams/unified/change-streams-disambiguatedPaths.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: "disambiguatedPaths"
2-
schemaVersion: "1.3"
2+
schemaVersion: "1.4"
33
createEntities:
44
- client:
55
id: &client0 client0
@@ -16,6 +16,7 @@ createEntities:
1616
runOnRequirements:
1717
- minServerVersion: "6.1.0"
1818
topologies: [ replicaset, sharded-replicaset, load-balanced, sharded ]
19+
serverless: forbid
1920

2021
initialData:
2122
- collectionName: *collection0

0 commit comments

Comments
 (0)