File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3611,6 +3611,7 @@ buildvariants:
36113611 run_on : debian11-small
36123612 batchtime : 20160
36133613 tasks :
3614+ - test_azurekms_task_group
36143615 - test-azurekms-fail-task
36153616 - name : ubuntu20-test-all-oidc
36163617 display_name : MONGODB-OIDC Auth Tests
Original file line number Diff line number Diff line change @@ -810,9 +810,7 @@ BUILD_VARIANTS.push({
810810 display_name : 'Azure KMS Test' ,
811811 run_on : DEBIAN_OS ,
812812 batchtime : 20160 ,
813- // TODO(NODE-7080): Fix setup of Azure tests in CI
814- // tasks: ['test_azurekms_task_group', 'test-azurekms-fail-task']
815- tasks : [ 'test-azurekms-fail-task' ]
813+ tasks : [ 'test_azurekms_task_group' , 'test-azurekms-fail-task' ]
816814} ) ;
817815
818816BUILD_VARIANTS . push ( {
You can’t perform that action at this time.
0 commit comments