File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
driver-core/src/test/functional/com/mongodb/operation Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ import static com.mongodb.ClusterFixture.getBinding
61
61
import static com.mongodb.ClusterFixture.getCluster
62
62
import static com.mongodb.ClusterFixture.isSharded
63
63
import static com.mongodb.ClusterFixture.serverVersionAtLeast
64
+ import static com.mongodb.ClusterFixture.serverVersionGreaterThan
64
65
import static com.mongodb.CursorType.NonTailable
65
66
import static com.mongodb.CursorType.Tailable
66
67
import static com.mongodb.CursorType.TailableAwait
@@ -697,7 +698,7 @@ class FindOperationSpecification extends OperationFunctionalSpecification {
697
698
]. combinations()
698
699
}
699
700
700
-
701
+ @IgnoreIf ({ serverVersionGreaterThan( ' 4.4 ' ) && isSharded() })
701
702
def ' should explain with $explain modifier' () {
702
703
given :
703
704
def operation = new FindOperation<BsonDocument > (getNamespace(), new BsonDocumentCodec ())
You can’t perform that action at this time.
0 commit comments