Skip to content

Commit 9554f59

Browse files
committed
minor fix for promoteBuffers
1 parent 796298f commit 9554f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/promote_buffers_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ exports['should correctly honor promoteBuffers at cursor find level'] = {
129129
exports['should correctly honor promoteBuffers at aggregate level'] = {
130130
// Add a tag that our runner can trigger on
131131
// in this case we are setting that node needs to be higher than 0.10.X to run
132-
metadata: { requires: { topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger'] } },
132+
metadata: { requires: { topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger'], mongodb:">=2.4.0" } },
133133

134134
// The actual test we wish to run
135135
test: function(configuration, test) {

0 commit comments

Comments
 (0)