Skip to content

Commit

Permalink
Skip hint test on servers > 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Apr 12, 2022
1 parent 72a399f commit 412c62d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ class FindOperationSpecification extends OperationFunctionalSpecification {
async << [true, false]
}

@IgnoreIf({ serverVersionGreaterThan('5.0') })
def 'should apply $hint'() {
given:
def index = new BsonDocument('a', new BsonInt32(1))
Expand Down

0 comments on commit 412c62d

Please sign in to comment.