Skip to content

Commit

Permalink
PYTHON-4671 Skip client.bulk_write tests on Atlas Serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
shruti-sridhar committed Aug 21, 2024
1 parent c20dd58 commit be91bb0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/server_selection_logging/operation-id.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@
"description": "Successful client bulkWrite operation: log messages have operationIds",
"runOnRequirements": [
{
"minServerVersion": "8.0"
"minServerVersion": "8.0",
"serverless": "forbid"
}
],
"operations": [
Expand Down Expand Up @@ -304,7 +305,8 @@
"description": "Failed client bulkWrite operation: log messages have operationIds",
"runOnRequirements": [
{
"minServerVersion": "8.0"
"minServerVersion": "8.0",
"serverless": "forbid"
}
],
"operations": [
Expand Down

0 comments on commit be91bb0

Please sign in to comment.