File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
713713for ( 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}
You can’t perform that action at this time.
0 commit comments