Skip to content

Commit be91bb0

Browse files
PYTHON-4671 Skip client.bulk_write tests on Atlas Serverless
1 parent c20dd58 commit be91bb0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/server_selection_logging/operation-id.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@
232232
"description": "Successful client bulkWrite operation: log messages have operationIds",
233233
"runOnRequirements": [
234234
{
235-
"minServerVersion": "8.0"
235+
"minServerVersion": "8.0",
236+
"serverless": "forbid"
236237
}
237238
],
238239
"operations": [
@@ -304,7 +305,8 @@
304305
"description": "Failed client bulkWrite operation: log messages have operationIds",
305306
"runOnRequirements": [
306307
{
307-
"minServerVersion": "8.0"
308+
"minServerVersion": "8.0",
309+
"serverless": "forbid"
308310
}
309311
],
310312
"operations": [

0 commit comments

Comments
 (0)