Skip to content

Commit 0789dff

Browse files
ci(NODE-6570): re-enable azure oidc auth tests (#4424)
1 parent a2998d5 commit 0789dff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.evergreen/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3856,6 +3856,7 @@ buildvariants:
38563856
batchtime: 20160
38573857
tasks:
38583858
- testtestoidc_task_group
3859+
- testazureoidc_task_group
38593860
- testgcpoidc_task_group
38603861
- testk8soidc_task_group_eks
38613862
- testk8soidc_task_group_gke

.evergreen/generate_evergreen_tasks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ BUILD_VARIANTS.push({
851851
batchtime: 20160,
852852
tasks: [
853853
'testtestoidc_task_group',
854-
// 'testazureoidc_task_group', TODO(NODE-6750): Unskip failed azure failed login
854+
'testazureoidc_task_group',
855855
'testgcpoidc_task_group',
856856
'testk8soidc_task_group_eks',
857857
'testk8soidc_task_group_gke',

0 commit comments

Comments
 (0)