Skip to content

Commit f7c3fd2

Browse files
Skip some CRUD specs
1 parent 2ab4611 commit f7c3fd2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spec/spec_tests/data/crud_unified/aggregate-write-readPreference.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ schemaVersion: '1.4'
55
runOnRequirements:
66
# 3.6+ non-standalone is needed to utilize $readPreference in OP_MSG
77
- minServerVersion: "3.6"
8-
# https://jira.mongodb.org/browse/DRIVERS-291
9-
- maxServerVersion: "7.99"
8+
# https://jira.mongodb.org/browse/DRIVERS-291
9+
maxServerVersion: "7.99"
1010
topologies: [ replicaset, sharded, load-balanced ]
1111

1212
_yamlAnchors:

spec/spec_tests/data/crud_unified/db-aggregate-write-readPreference.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ runOnRequirements:
77
# Serverless does not support $listLocalSessions and $currentOp stages, and
88
# mongos does not allow combining them with $out or $merge.
99
- minServerVersion: "3.6"
10-
# https://jira.mongodb.org/browse/DRIVERS-291
11-
- maxServerVersion: "7.99"
10+
# https://jira.mongodb.org/browse/DRIVERS-291
11+
maxServerVersion: "7.99"
1212
topologies: [ replicaset ]
1313
serverless: forbid
1414

0 commit comments

Comments
 (0)