Skip to content

Commit 80d798b

Browse files
authored
chore: skip azure oidc login setup failure (#4413)
1 parent 5f4500b commit 80d798b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.evergreen/config.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.evergreen/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)