Skip to content

Commit cec268a

Browse files
GODRIVER-3444 Serverless does not apply to tailable awaitData cursors
1 parent 7c56a95 commit cec268a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

testdata/client-side-operations-timeout/tailable-awaitData.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"schemaVersion": "1.9",
44
"runOnRequirements": [
55
{
6-
"minServerVersion": "4.4"
6+
"minServerVersion": "4.4",
7+
"serverless": "forbid"
78
}
89
],
910
"createEntities": [

testdata/client-side-operations-timeout/tailable-awaitData.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ schemaVersion: "1.9"
44

55
runOnRequirements:
66
- minServerVersion: "4.4"
7+
serverless: forbid # Capped collections are not allowed for serverless.
78

89
createEntities:
910
- client:

0 commit comments

Comments
 (0)