File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3611,7 +3611,6 @@ buildvariants:
36113611 run_on : debian11-small
36123612 batchtime : 20160
36133613 tasks :
3614- - test_azurekms_task_group
36153614 - test-azurekms-fail-task
36163615 - name : ubuntu20-test-all-oidc
36173616 display_name : MONGODB-OIDC Auth Tests
@@ -3621,7 +3620,6 @@ buildvariants:
36213620 batchtime : 20160
36223621 tasks :
36233622 - testtestoidc_task_group
3624- - testazureoidc_task_group
36253623 - testgcpoidc_task_group
36263624 - testk8soidc_task_group_eks
36273625 - testk8soidc_task_group_gke
Original file line number Diff line number Diff line change @@ -810,7 +810,9 @@ BUILD_VARIANTS.push({
810810 display_name : 'Azure KMS Test' ,
811811 run_on : DEBIAN_OS ,
812812 batchtime : 20160 ,
813- tasks : [ 'test_azurekms_task_group' , 'test-azurekms-fail-task' ]
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' ]
814816} ) ;
815817
816818BUILD_VARIANTS . push ( {
@@ -823,7 +825,8 @@ BUILD_VARIANTS.push({
823825 batchtime : 20160 ,
824826 tasks : [
825827 'testtestoidc_task_group' ,
826- 'testazureoidc_task_group' ,
828+ // TODO(NODE-7080): Fix setup of Azure tests in CI
829+ // 'testazureoidc_task_group',
827830 'testgcpoidc_task_group' ,
828831 'testk8soidc_task_group_eks' ,
829832 'testk8soidc_task_group_gke' ,
You can’t perform that action at this time.
0 commit comments