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:
3611
3611
run_on : debian11-small
3612
3612
batchtime : 20160
3613
3613
tasks :
3614
+ - test_azurekms_task_group
3614
3615
- test-azurekms-fail-task
3615
3616
- name : ubuntu20-test-all-oidc
3616
3617
display_name : MONGODB-OIDC Auth Tests
Original file line number Diff line number Diff line change @@ -810,9 +810,7 @@ BUILD_VARIANTS.push({
810
810
display_name : 'Azure KMS Test' ,
811
811
run_on : DEBIAN_OS ,
812
812
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' ]
816
814
} ) ;
817
815
818
816
BUILD_VARIANTS . push ( {
You can’t perform that action at this time.
0 commit comments