File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
driver-core/src/test/functional/com/mongodb/operation Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ import static com.mongodb.ClusterFixture.getReadConnectionSource
5252import static com.mongodb.ClusterFixture.getReferenceCountAfterTimeout
5353import static com.mongodb.ClusterFixture.isDiscoverableReplicaSet
5454import static com.mongodb.ClusterFixture.isSharded
55+ import static com.mongodb.ClusterFixture.serverVersionLessThan
5556import static com.mongodb.internal.connection.ServerHelper.waitForLastRelease
5657import static com.mongodb.internal.connection.ServerHelper.waitForRelease
5758import static com.mongodb.internal.operation.ServerVersionHelper.serverIsAtLeastVersionThreeDotTwo
@@ -61,6 +62,7 @@ import static java.util.concurrent.TimeUnit.SECONDS
6162import static org.junit.Assert.assertEquals
6263import static org.junit.Assert.fail
6364
65+ @IgnoreIf ({ isSharded() && serverVersionLessThan(3 , 2 ) })
6466class AsyncQueryBatchCursorFunctionalSpecification extends OperationFunctionalSpecification {
6567 AsyncConnectionSource connectionSource
6668 AsyncQueryBatchCursor<Document > cursor
You can’t perform that action at this time.
0 commit comments