Skip to content

Commit e5b3b10

Browse files
committed
skip: node 20 kerberos
1 parent 3a91450 commit e5b3b10

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3391,7 +3391,6 @@ buildvariants:
33913391
- test-5.0-load-balanced
33923392
- test-6.0-load-balanced
33933393
- test-latest-load-balanced
3394-
- test-auth-kerberos
33953394
- test-auth-ldap
33963395
- test-auth-oidc
33973396
- test-socks5
@@ -3439,7 +3438,6 @@ buildvariants:
34393438
- test-5.0-load-balanced
34403439
- test-6.0-load-balanced
34413440
- test-latest-load-balanced
3442-
- test-auth-kerberos
34433441
- test-auth-ldap
34443442
- test-auth-oidc
34453443
- test-socks5

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ for (const variant of BUILD_VARIANTS.filter(
711711

712712
// TODO(NODE-5021): Drop support for Kerberos 1.x on in 6.0.0
713713
for (const variant of BUILD_VARIANTS.filter(
714-
variant => variant.expansions && ['latest'].includes(variant.expansions.NODE_LTS_VERSION)
714+
variant => variant.expansions && [20, 'latest'].includes(variant.expansions.NODE_LTS_VERSION)
715715
)) {
716716
variant.tasks = variant.tasks.filter(name => !['test-auth-kerberos'].includes(name));
717717
}

0 commit comments

Comments
 (0)