File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -971,7 +971,7 @@ tasks:
971971 working_dir : src
972972 binary : bash
973973 add_expansions_to_env : true
974- env :
974+ env :
975975 LAMBDA_STACK_NAME : dbx-node-lambda
976976 TEST_LAMBDA_DIRECTORY : ${PROJECT_DIRECTORY}/test/lambda
977977 AWS_REGION : us-east-1
Original file line number Diff line number Diff line change @@ -4854,7 +4854,6 @@ buildvariants:
48544854 batchtime : 20160
48554855 tasks :
48564856 - testtestoidc_task_group
4857- - testazureoidc_task_group
48584857 - testgcpoidc_task_group
48594858 - testk8soidc_task_group_eks
48604859 - testk8soidc_task_group_gke
Original file line number Diff line number Diff line change @@ -818,7 +818,7 @@ BUILD_VARIANTS.push({
818818 batchtime : 20160 ,
819819 tasks : [
820820 'testtestoidc_task_group' ,
821- 'testazureoidc_task_group' ,
821+ // 'testazureoidc_task_group', TODO(NODE-6750): Unskip failed azure failed login
822822 'testgcpoidc_task_group' ,
823823 'testk8soidc_task_group_eks' ,
824824 'testk8soidc_task_group_gke' ,
You can’t perform that action at this time.
0 commit comments