Skip to content

Commit ed00725

Browse files
unskip oidc auth tests
1 parent 94122fb commit ed00725

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3813,6 +3813,7 @@ buildvariants:
38133813
batchtime: 20160
38143814
tasks:
38153815
- testtestoidc_task_group
3816+
- testazureoidc_task_group
38163817
- testgcpoidc_task_group
38173818
- testk8soidc_task_group_eks
38183819
- testk8soidc_task_group_gke

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ BUILD_VARIANTS.push({
823823
batchtime: 20160,
824824
tasks: [
825825
'testtestoidc_task_group',
826-
// 'testazureoidc_task_group', TODO(NODE-6750): Unskip failed azure failed login
826+
'testazureoidc_task_group',
827827
'testgcpoidc_task_group',
828828
'testk8soidc_task_group_eks',
829829
'testk8soidc_task_group_gke',

0 commit comments

Comments
 (0)