Skip to content

Commit 412c62d

Browse files
committed
Skip hint test on servers > 5.0
1 parent 72a399f commit 412c62d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver-core/src/test/functional/com/mongodb/operation/FindOperationSpecification.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ class FindOperationSpecification extends OperationFunctionalSpecification {
436436
async << [true, false]
437437
}
438438

439+
@IgnoreIf({ serverVersionGreaterThan('5.0') })
439440
def 'should apply $hint'() {
440441
given:
441442
def index = new BsonDocument('a', new BsonInt32(1))

0 commit comments

Comments
 (0)