File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/integration/connection-monitoring-and-pooling Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ describe('Connection', function () {
251
251
252
252
describe (
253
253
'when a monitoring Connection receives many hellos in one chunk' ,
254
- { requires : { topology : 'replicaset' } } ,
254
+ { requires : { topology : 'replicaset' , mongodb : '>=4.4' } } , // need to be on a streaming hello version
255
255
function ( ) {
256
256
let client : MongoClient ;
257
257
let hbSuccess = 0 ;
@@ -271,7 +271,7 @@ describe('Connection', function () {
271
271
// This test exists to prevent regression of processing many messages inside one chunk.
272
272
it (
273
273
'processes all of them and emits heartbeats' ,
274
- { requires : { topology : 'replicaset' } } ,
274
+ { requires : { topology : 'replicaset' , mongodb : '>=4.4' } } ,
275
275
async function ( ) {
276
276
expect ( hbSuccess ) . to . equal ( 0 ) ;
277
277
You can’t perform that action at this time.
0 commit comments