File tree Expand file tree Collapse file tree 2 files changed +2
-44
lines changed Expand file tree Collapse file tree 2 files changed +2
-44
lines changed Original file line number Diff line number Diff line change @@ -3546,50 +3546,6 @@ buildvariants:
35463546 - test-tls-support-5.0
35473547 - test-tls-support-4.4
35483548 - test-tls-support-4.2
3549- - name : windows-64-vs2019-fermium
3550- display_name : Windows (VS2019) Node14
3551- run_on : windows-64-vs2019-large
3552- expansions :
3553- NODE_LTS_VERSION : 14
3554- tasks :
3555- - test-latest-server
3556- - test-latest-replica_set
3557- - test-latest-sharded_cluster
3558- - test-rapid-server
3559- - test-rapid-replica_set
3560- - test-rapid-sharded_cluster
3561- - test-7.0-server
3562- - test-7.0-replica_set
3563- - test-7.0-sharded_cluster
3564- - test-6.0-server
3565- - test-6.0-replica_set
3566- - test-6.0-sharded_cluster
3567- - test-5.0-server
3568- - test-5.0-replica_set
3569- - test-5.0-sharded_cluster
3570- - test-4.4-server
3571- - test-4.4-replica_set
3572- - test-4.4-sharded_cluster
3573- - test-4.2-server
3574- - test-4.2-replica_set
3575- - test-4.2-sharded_cluster
3576- - test-4.0-server
3577- - test-4.0-replica_set
3578- - test-4.0-sharded_cluster
3579- - test-3.6-server
3580- - test-3.6-replica_set
3581- - test-3.6-sharded_cluster
3582- - test-latest-server-v1-api
3583- - test-atlas-data-lake
3584- - test-socks5
3585- - test-socks5-tls
3586- - test-zstd-compression
3587- - test-snappy-compression
3588- - test-tls-support-latest
3589- - test-tls-support-6.0
3590- - test-tls-support-5.0
3591- - test-tls-support-4.4
3592- - test-tls-support-4.2
35933549 - name : windows-64-vs2019-gallium
35943550 display_name : Windows (VS2019) Node16
35953551 run_on : windows-64-vs2019-large
Original file line number Diff line number Diff line change @@ -430,6 +430,8 @@ for (const {
430430 } ) ;
431431
432432 for ( const NODE_LTS_VERSION of testedNodeVersions ) {
433+ if ( NODE_LTS_VERSION === 14 && os . match ( / ^ w i n d o w s / ) ) continue ;
434+
433435 const nodeLTSCodeName = versions . find ( ( { versionNumber } ) => versionNumber === NODE_LTS_VERSION ) . codeName ;
434436 const nodeLtsDisplayName = `Node${ NODE_LTS_VERSION } ` ;
435437 const name = `${ osName } -${ NODE_LTS_VERSION >= 20 ? nodeLtsDisplayName : nodeLTSCodeName } ` ;
You can’t perform that action at this time.
0 commit comments