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 @@ -4856,7 +4856,6 @@ buildvariants:
48564856 batchtime : 20160
48574857 tasks :
48584858 - testtestoidc_task_group
4859- - testazureoidc_task_group
48604859 - testgcpoidc_task_group
48614860 - testk8soidc_task_group_eks
48624861 - testk8soidc_task_group_gke
Original file line number Diff line number Diff line change @@ -826,7 +826,7 @@ BUILD_VARIANTS.push({
826826 batchtime : 20160 ,
827827 tasks : [
828828 'testtestoidc_task_group' ,
829- 'testazureoidc_task_group' ,
829+ // 'testazureoidc_task_group', TODO(NODE-6750): Unskip failed azure failed login
830830 'testgcpoidc_task_group' ,
831831 'testk8soidc_task_group_eks' ,
832832 'testk8soidc_task_group_gke' ,
You can’t perform that action at this time.
0 commit comments