Skip to content

Commit acf37d6

Browse files
committed
fix: put back socks-fle
1 parent 6aec290 commit acf37d6

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4155,6 +4155,7 @@ buildvariants:
41554155
- test-auth-ldap
41564156
- test-auth-oidc
41574157
- test-socks5
4158+
- test-socks5-csfle
41584159
- test-socks5-tls
41594160
- test-tls-support-latest
41604161
- test-tls-support-6.0
@@ -4205,6 +4206,7 @@ buildvariants:
42054206
- test-auth-ldap
42064207
- test-auth-oidc
42074208
- test-socks5
4209+
- test-socks5-csfle
42084210
- test-socks5-tls
42094211
- test-tls-support-latest
42104212
- test-tls-support-6.0

.evergreen/generate_evergreen_tasks.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -753,13 +753,6 @@ for (const variant of BUILD_VARIANTS.filter(
753753
variant.tasks = variant.tasks.filter(name => !['test-socks5'].includes(name));
754754
}
755755

756-
// TODO(NODE-5283): fix socks5 fle tests on node 20+
757-
for (const variant of BUILD_VARIANTS.filter(
758-
variant => variant.expansions && [20].includes(variant.expansions.NODE_LTS_VERSION)
759-
)) {
760-
variant.tasks = variant.tasks.filter(name => !['test-socks5-csfle'].includes(name));
761-
}
762-
763756
const fileData = yaml.load(fs.readFileSync(`${__dirname}/config.in.yml`, 'utf8'));
764757
fileData.tasks = (fileData.tasks || [])
765758
.concat(BASE_TASKS)

0 commit comments

Comments
 (0)