Skip to content

Commit d4d11d8

Browse files
committed
test(read-preference): don't test group command on mdb 4.0+
1 parent 5744fc2 commit d4d11d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/readpreference_tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('ReadPreference', function() {
5555
* @ignore
5656
*/
5757
it('Should correctly apply collection level read Preference to group', {
58-
metadata: { requires: { mongodb: '>=2.6.0,<=4.1.1', topology: ['single', 'ssl'] } },
58+
metadata: { requires: { mongodb: '>=2.6.0,<=4.0.x', topology: ['single', 'ssl'] } },
5959

6060
// The actual test we wish to run
6161
test: function(done) {

0 commit comments

Comments
 (0)