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:
971
971
working_dir : src
972
972
binary : bash
973
973
add_expansions_to_env : true
974
- env :
974
+ env :
975
975
LAMBDA_STACK_NAME : dbx-node-lambda
976
976
TEST_LAMBDA_DIRECTORY : ${PROJECT_DIRECTORY}/test/lambda
977
977
AWS_REGION : us-east-1
Original file line number Diff line number Diff line change @@ -4854,7 +4854,6 @@ buildvariants:
4854
4854
batchtime : 20160
4855
4855
tasks :
4856
4856
- testtestoidc_task_group
4857
- - testazureoidc_task_group
4858
4857
- testgcpoidc_task_group
4859
4858
- testk8soidc_task_group_eks
4860
4859
- testk8soidc_task_group_gke
Original file line number Diff line number Diff line change @@ -818,7 +818,7 @@ BUILD_VARIANTS.push({
818
818
batchtime : 20160 ,
819
819
tasks : [
820
820
'testtestoidc_task_group' ,
821
- 'testazureoidc_task_group' ,
821
+ // 'testazureoidc_task_group', TODO(NODE-6750): Unskip failed azure failed login
822
822
'testgcpoidc_task_group' ,
823
823
'testk8soidc_task_group_eks' ,
824
824
'testk8soidc_task_group_gke' ,
You can’t perform that action at this time.
0 commit comments