Skip to content

Commit 6fd92f1

Browse files
test: skip failing kerberos tests (#4672)
Co-authored-by: Bailey Pearson <[email protected]>
1 parent d2e856e commit 6fd92f1

File tree

2 files changed

+13
-30
lines changed

2 files changed

+13
-30
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,19 +1419,6 @@ tasks:
14191419
- func: start-load-balancer
14201420
- func: run-lb-tests
14211421
- func: stop-load-balancer
1422-
- name: test-auth-kerberos
1423-
tags:
1424-
- auth
1425-
- kerberos
1426-
commands:
1427-
- command: expansions.update
1428-
type: setup
1429-
params:
1430-
updates:
1431-
- {key: NATIVE, value: 'true'}
1432-
- func: install dependencies
1433-
- func: assume secrets manager role
1434-
- func: run kerberos tests
14351422
- name: test-auth-ldap
14361423
tags:
14371424
- auth
@@ -2982,7 +2969,6 @@ buildvariants:
29822969
- test-8.0-load-balanced
29832970
- test-rapid-load-balanced
29842971
- test-latest-load-balanced
2985-
- test-auth-kerberos
29862972
- test-auth-ldap
29872973
- test-socks5
29882974
- test-socks5-csfle
@@ -3039,7 +3025,6 @@ buildvariants:
30393025
- test-8.0-load-balanced
30403026
- test-rapid-load-balanced
30413027
- test-latest-load-balanced
3042-
- test-auth-kerberos
30433028
- test-auth-ldap
30443029
- test-socks5
30453030
- test-socks5-csfle
@@ -3096,7 +3081,6 @@ buildvariants:
30963081
- test-8.0-load-balanced
30973082
- test-rapid-load-balanced
30983083
- test-latest-load-balanced
3099-
- test-auth-kerberos
31003084
- test-auth-ldap
31013085
- test-socks5
31023086
- test-socks5-csfle
@@ -3153,7 +3137,6 @@ buildvariants:
31533137
- test-8.0-load-balanced
31543138
- test-rapid-load-balanced
31553139
- test-latest-load-balanced
3156-
- test-auth-kerberos
31573140
- test-auth-ldap
31583141
- test-socks5
31593142
- test-socks5-csfle
@@ -3208,7 +3191,6 @@ buildvariants:
32083191
- test-8.0-load-balanced
32093192
- test-rapid-load-balanced
32103193
- test-latest-load-balanced
3211-
- test-auth-kerberos
32123194
- test-auth-ldap
32133195
- test-socks5-csfle
32143196
- test-socks5-tls

.evergreen/generate_evergreen_tasks.js

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -151,18 +151,19 @@ TASKS.push(
151151
{ func: 'stop-load-balancer' }
152152
]
153153
})),
154-
{
155-
name: 'test-auth-kerberos',
156-
tags: ['auth', 'kerberos'],
157-
commands: [
158-
updateExpansions({
159-
NATIVE: 'true'
160-
}),
161-
{ func: 'install dependencies' },
162-
{ func: 'assume secrets manager role' },
163-
{ func: 'run kerberos tests' }
164-
]
165-
},
154+
// TODO(NODE-7178): Unskip kerberos tests.
155+
// {
156+
// name: 'test-auth-kerberos',
157+
// tags: ['auth', 'kerberos'],
158+
// commands: [
159+
// updateExpansions({
160+
// NATIVE: 'true'
161+
// }),
162+
// { func: 'install dependencies' },
163+
// { func: 'assume secrets manager role' },
164+
// { func: 'run kerberos tests' }
165+
// ]
166+
// },
166167
{
167168
name: 'test-auth-ldap',
168169
tags: ['auth', 'ldap'],

0 commit comments

Comments
 (0)