File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -4155,6 +4155,7 @@ buildvariants:
4155
4155
- test-auth-ldap
4156
4156
- test-auth-oidc
4157
4157
- test-socks5
4158
+ - test-socks5-csfle
4158
4159
- test-socks5-tls
4159
4160
- test-tls-support-latest
4160
4161
- test-tls-support-6.0
@@ -4205,6 +4206,7 @@ buildvariants:
4205
4206
- test-auth-ldap
4206
4207
- test-auth-oidc
4207
4208
- test-socks5
4209
+ - test-socks5-csfle
4208
4210
- test-socks5-tls
4209
4211
- test-tls-support-latest
4210
4212
- test-tls-support-6.0
Original file line number Diff line number Diff line change @@ -753,13 +753,6 @@ for (const variant of BUILD_VARIANTS.filter(
753
753
variant . tasks = variant . tasks . filter ( name => ! [ 'test-socks5' ] . includes ( name ) ) ;
754
754
}
755
755
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
-
763
756
const fileData = yaml . load ( fs . readFileSync ( `${ __dirname } /config.in.yml` , 'utf8' ) ) ;
764
757
fileData . tasks = ( fileData . tasks || [ ] )
765
758
. concat ( BASE_TASKS )
You can’t perform that action at this time.
0 commit comments