Skip to content

Commit

Permalink
test(find): should not test parallelCollectionScan with sharded
Browse files Browse the repository at this point in the history
parallelCollectionScan cannot run against a mongos, so we should
not test it against sharded clusters
  • Loading branch information
daprahamian authored and mbroadst committed Jan 14, 2019
1 parent c9111a1 commit 5f13558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/find_tests.js
Expand Up @@ -2629,7 +2629,7 @@ describe('Find', function() {
metadata: {
requires: {
mongodb: '>=3.6.0 <= 4.1.0',
topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger']
topology: ['single', 'replicaset']
}
},
test: function(done) {
Expand Down

0 comments on commit 5f13558

Please sign in to comment.