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:
3611
3611
run_on : debian11-small
3612
3612
batchtime : 20160
3613
3613
tasks :
3614
- - test_azurekms_task_group
3615
3614
- test-azurekms-fail-task
3616
3615
- name : ubuntu20-test-all-oidc
3617
3616
display_name : MONGODB-OIDC Auth Tests
@@ -3621,7 +3620,6 @@ buildvariants:
3621
3620
batchtime : 20160
3622
3621
tasks :
3623
3622
- testtestoidc_task_group
3624
- - testazureoidc_task_group
3625
3623
- testgcpoidc_task_group
3626
3624
- testk8soidc_task_group_eks
3627
3625
- testk8soidc_task_group_gke
Original file line number Diff line number Diff line change @@ -810,7 +810,9 @@ BUILD_VARIANTS.push({
810
810
display_name : 'Azure KMS Test' ,
811
811
run_on : DEBIAN_OS ,
812
812
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' ]
814
816
} ) ;
815
817
816
818
BUILD_VARIANTS . push ( {
@@ -823,7 +825,8 @@ BUILD_VARIANTS.push({
823
825
batchtime : 20160 ,
824
826
tasks : [
825
827
'testtestoidc_task_group' ,
826
- 'testazureoidc_task_group' ,
828
+ // TODO(NODE-7080): Fix setup of Azure tests in CI
829
+ // 'testazureoidc_task_group',
827
830
'testgcpoidc_task_group' ,
828
831
'testk8soidc_task_group_eks' ,
829
832
'testk8soidc_task_group_gke' ,
You can’t perform that action at this time.
0 commit comments