Skip to content

Commit a02e148

Browse files
committed
test: remove ldaptest related tests
1 parent 69e6ab0 commit a02e148

File tree

2 files changed

+16
-45
lines changed

2 files changed

+16
-45
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,25 +1461,6 @@ tasks:
14611461
- func: start-load-balancer
14621462
- func: run-lb-tests
14631463
- func: stop-load-balancer
1464-
- name: test-auth-kerberos
1465-
tags:
1466-
- auth
1467-
- kerberos
1468-
commands:
1469-
- command: expansions.update
1470-
type: setup
1471-
params:
1472-
updates:
1473-
- {key: NATIVE, value: 'true'}
1474-
- func: install dependencies
1475-
- func: run kerberos tests
1476-
- name: test-auth-ldap
1477-
tags:
1478-
- auth
1479-
- ldap
1480-
commands:
1481-
- func: install dependencies
1482-
- func: run ldap tests
14831464
- name: test-socks5
14841465
tags: []
14851466
commands:
@@ -3110,8 +3091,6 @@ buildvariants:
31103091
- test-8.0-load-balanced
31113092
- test-rapid-load-balanced
31123093
- test-latest-load-balanced
3113-
- test-auth-kerberos
3114-
- test-auth-ldap
31153094
- test-socks5
31163095
- test-socks5-csfle
31173096
- test-socks5-tls
@@ -3167,8 +3146,6 @@ buildvariants:
31673146
- test-8.0-load-balanced
31683147
- test-rapid-load-balanced
31693148
- test-latest-load-balanced
3170-
- test-auth-kerberos
3171-
- test-auth-ldap
31723149
- test-socks5
31733150
- test-socks5-csfle
31743151
- test-socks5-tls
@@ -3224,8 +3201,6 @@ buildvariants:
32243201
- test-8.0-load-balanced
32253202
- test-rapid-load-balanced
32263203
- test-latest-load-balanced
3227-
- test-auth-kerberos
3228-
- test-auth-ldap
32293204
- test-socks5
32303205
- test-socks5-csfle
32313206
- test-socks5-tls
@@ -3281,8 +3256,6 @@ buildvariants:
32813256
- test-8.0-load-balanced
32823257
- test-rapid-load-balanced
32833258
- test-latest-load-balanced
3284-
- test-auth-kerberos
3285-
- test-auth-ldap
32863259
- test-socks5
32873260
- test-socks5-csfle
32883261
- test-socks5-tls
@@ -3336,8 +3309,6 @@ buildvariants:
33363309
- test-8.0-load-balanced
33373310
- test-rapid-load-balanced
33383311
- test-latest-load-balanced
3339-
- test-auth-kerberos
3340-
- test-auth-ldap
33413312
- test-socks5-csfle
33423313
- test-socks5-tls
33433314
- test-snappy-compression

.evergreen/generate_evergreen_tasks.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -157,22 +157,22 @@ TASKS.push(
157157
{ func: 'stop-load-balancer' }
158158
]
159159
})),
160-
{
161-
name: 'test-auth-kerberos',
162-
tags: ['auth', 'kerberos'],
163-
commands: [
164-
updateExpansions({
165-
NATIVE: 'true'
166-
}),
167-
{ func: 'install dependencies' },
168-
{ func: 'run kerberos tests' }
169-
]
170-
},
171-
{
172-
name: 'test-auth-ldap',
173-
tags: ['auth', 'ldap'],
174-
commands: [{ func: 'install dependencies' }, { func: 'run ldap tests' }]
175-
},
160+
// {
161+
// name: 'test-auth-kerberos',
162+
// tags: ['auth', 'kerberos'],
163+
// commands: [
164+
// updateExpansions({
165+
// NATIVE: 'true'
166+
// }),
167+
// { func: 'install dependencies' },
168+
// { func: 'run kerberos tests' }
169+
// ]
170+
// },
171+
// {
172+
// name: 'test-auth-ldap',
173+
// tags: ['auth', 'ldap'],
174+
// commands: [{ func: 'install dependencies' }, { func: 'run ldap tests' }]
175+
// },
176176
{
177177
name: 'test-socks5',
178178
tags: [],

0 commit comments

Comments
 (0)