Skip to content

Commit

Permalink
Skip some CRUD specs
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo committed Jun 25, 2024
1 parent 2ab4611 commit f7c3fd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ schemaVersion: '1.4'
runOnRequirements:
# 3.6+ non-standalone is needed to utilize $readPreference in OP_MSG
- minServerVersion: "3.6"
# https://jira.mongodb.org/browse/DRIVERS-291
- maxServerVersion: "7.99"
# https://jira.mongodb.org/browse/DRIVERS-291
maxServerVersion: "7.99"
topologies: [ replicaset, sharded, load-balanced ]

_yamlAnchors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ runOnRequirements:
# Serverless does not support $listLocalSessions and $currentOp stages, and
# mongos does not allow combining them with $out or $merge.
- minServerVersion: "3.6"
# https://jira.mongodb.org/browse/DRIVERS-291
- maxServerVersion: "7.99"
# https://jira.mongodb.org/browse/DRIVERS-291
maxServerVersion: "7.99"
topologies: [ replicaset ]
serverless: forbid

Expand Down

0 comments on commit f7c3fd2

Please sign in to comment.