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
6161import static com.mongodb.ClusterFixture.getCluster
6262import static com.mongodb.ClusterFixture.isSharded
6363import static com.mongodb.ClusterFixture.serverVersionAtLeast
64+ import static com.mongodb.ClusterFixture.serverVersionGreaterThan
6465import static com.mongodb.CursorType.NonTailable
6566import static com.mongodb.CursorType.Tailable
6667import static com.mongodb.CursorType.TailableAwait
@@ -697,7 +698,7 @@ class FindOperationSpecification extends OperationFunctionalSpecification {
697698 ]. combinations()
698699 }
699700
700-
701+ @IgnoreIf ({ serverVersionGreaterThan( ' 4.4 ' ) && isSharded() })
701702 def ' should explain with $explain modifier' () {
702703 given :
703704 def operation = new FindOperation<BsonDocument > (getNamespace(), new BsonDocumentCodec ())
You can’t perform that action at this time.
0 commit comments