@@ -586,28 +586,27 @@ for (const serverVersion of ['5.0', 'rapid', 'latest']) {
586586 } ) ;
587587}
588588
589- // TODO(NODE-6997): update to 7.0.0 after release
590- // customDependencyTests.push({
591- // name: `test-latest-driver-mongodb-client-encryption-6.0.0`,
592- // tags: ['run-custom-dependency-tests'],
593- // commands: [
594- // updateExpansions({
595- // NODE_LTS_VERSION: LOWEST_LTS,
596- // VERSION: '7.0',
597- // TOPOLOGY: 'replica_set',
598- // CLIENT_ENCRYPTION: true
599- // }),
600- // { func: 'install dependencies' },
601- // { func: 'bootstrap mongo-orchestration' },
602- // {
603- // func: 'install package',
604- // vars: {
605- 606- // }
607- // },
608- // { func: 'run tests' }
609- // ]
610- // });
589+ customDependencyTests . push ( {
590+ name : `test-latest-driver-mongodb-client-encryption-7.0.0` ,
591+ tags : [ 'run-custom-dependency-tests' ] ,
592+ commands : [
593+ updateExpansions ( {
594+ NODE_LTS_VERSION : LOWEST_LTS ,
595+ VERSION : '7.0' ,
596+ TOPOLOGY : 'replica_set' ,
597+ CLIENT_ENCRYPTION : true
598+ } ) ,
599+ { func : 'install dependencies' } ,
600+ { func : 'bootstrap mongo-orchestration' } ,
601+ {
602+ func : 'install package' ,
603+ vars : {
604+ 605+ }
606+ } ,
607+ { func : 'run tests' }
608+ ]
609+ } ) ;
611610
612611const coverageTask = {
613612 name : 'download and merge coverage' . split ( ' ' ) . join ( '-' ) ,
0 commit comments