Skip to content

Commit

Permalink
ci(NODE-6570): re-enable azure oidc auth tests (#4424)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Feb 19, 2025
1 parent a2998d5 commit 0789dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3856,6 +3856,7 @@ buildvariants:
batchtime: 20160
tasks:
- testtestoidc_task_group
- testazureoidc_task_group
- testgcpoidc_task_group
- testk8soidc_task_group_eks
- testk8soidc_task_group_gke
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ BUILD_VARIANTS.push({
batchtime: 20160,
tasks: [
'testtestoidc_task_group',
// 'testazureoidc_task_group', TODO(NODE-6750): Unskip failed azure failed login
'testazureoidc_task_group',
'testgcpoidc_task_group',
'testk8soidc_task_group_eks',
'testk8soidc_task_group_gke',
Expand Down

0 comments on commit 0789dff

Please sign in to comment.