We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c67e2 commit 83cc66aCopy full SHA for 83cc66a
source/load-balancers/tests/cursors.json
@@ -996,11 +996,6 @@
996
},
997
{
998
"description": "listIndexes pins the cursor to a connection",
999
- "runOnRequirements": [
1000
- {
1001
- "serverless": "forbid"
1002
- }
1003
- ],
1004
"operations": [
1005
1006
"name": "createIndex",
source/load-balancers/tests/cursors.yml
@@ -398,8 +398,6 @@ tests:
398
- connectionCheckedInEvent: {}
399
400
- description: listIndexes pins the cursor to a connection
401
- runOnRequirements:
402
- - serverless: forbid
403
operations:
404
# There is an automatic index on _id so we create two more indexes to force multiple batches with batchSize=2.
405
- name: createIndex
0 commit comments