Skip to content

Commit b35cbcf

Browse files
test: skip failing Windows tests (#4835)
1 parent e70fdc9 commit b35cbcf

File tree

2 files changed

+21
-33
lines changed

2 files changed

+21
-33
lines changed

.evergreen/config.yml

Lines changed: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,8 @@ tasks:
14251425
- func: assume secrets manager role
14261426
- func: run ldap tests
14271427
- name: test-socks5
1428-
tags: []
1428+
tags:
1429+
- socks5
14291430
commands:
14301431
- command: expansions.update
14311432
type: setup
@@ -1451,7 +1452,8 @@ tasks:
14511452
- func: bootstrap mongo-orchestration
14521453
- func: run socks5 tests
14531454
- name: test-socks5-tls
1454-
tags: []
1455+
tags:
1456+
- socks5-tls
14551457
commands:
14561458
- command: expansions.update
14571459
type: setup
@@ -1502,6 +1504,7 @@ tasks:
15021504
- name: test-tls-support-latest
15031505
tags:
15041506
- tls-support
1507+
- tls-support-latest
15051508
commands:
15061509
- command: expansions.update
15071510
type: setup
@@ -1517,6 +1520,7 @@ tasks:
15171520
- name: test-tls-support-8.0
15181521
tags:
15191522
- tls-support
1523+
- tls-support-8.0
15201524
commands:
15211525
- command: expansions.update
15221526
type: setup
@@ -1532,6 +1536,7 @@ tasks:
15321536
- name: test-tls-support-7.0
15331537
tags:
15341538
- tls-support
1539+
- tls-support-7.0
15351540
commands:
15361541
- command: expansions.update
15371542
type: setup
@@ -1547,6 +1552,7 @@ tasks:
15471552
- name: test-tls-support-6.0
15481553
tags:
15491554
- tls-support
1555+
- tls-support-6.0
15501556
commands:
15511557
- command: expansions.update
15521558
type: setup
@@ -1562,6 +1568,7 @@ tasks:
15621568
- name: test-tls-support-5.0
15631569
tags:
15641570
- tls-support
1571+
- tls-support-5.0
15651572
commands:
15661573
- command: expansions.update
15671574
type: setup
@@ -1577,6 +1584,7 @@ tasks:
15771584
- name: test-tls-support-4.4
15781585
tags:
15791586
- tls-support
1587+
- tls-support-4.4
15801588
commands:
15811589
- command: expansions.update
15821590
type: setup
@@ -1592,6 +1600,7 @@ tasks:
15921600
- name: test-tls-support-4.2
15931601
tags:
15941602
- tls-support
1603+
- tls-support-4.2
15951604
commands:
15961605
- command: expansions.update
15971606
type: setup
@@ -3075,9 +3084,6 @@ buildvariants:
30753084
CLIENT_ENCRYPTION: 'false'
30763085
TEST_CSFLE: 'false'
30773086
tasks:
3078-
- test-latest-server
3079-
- test-latest-replica_set
3080-
- test-latest-sharded_cluster
30813087
- test-rapid-server
30823088
- test-rapid-replica_set
30833089
- test-rapid-sharded_cluster
@@ -3099,12 +3105,6 @@ buildvariants:
30993105
- test-4.2-server
31003106
- test-4.2-replica_set
31013107
- test-4.2-sharded_cluster
3102-
- test-latest-server-v1-api
3103-
- test-socks5
3104-
- test-socks5-tls
3105-
- test-snappy-compression
3106-
- test-zstd-compression
3107-
- test-tls-support-latest
31083108
- test-tls-support-8.0
31093109
- test-tls-support-7.0
31103110
- test-tls-support-6.0
@@ -3119,9 +3119,6 @@ buildvariants:
31193119
CLIENT_ENCRYPTION: 'false'
31203120
TEST_CSFLE: 'false'
31213121
tasks:
3122-
- test-latest-server
3123-
- test-latest-replica_set
3124-
- test-latest-sharded_cluster
31253122
- test-rapid-server
31263123
- test-rapid-replica_set
31273124
- test-rapid-sharded_cluster
@@ -3143,12 +3140,6 @@ buildvariants:
31433140
- test-4.2-server
31443141
- test-4.2-replica_set
31453142
- test-4.2-sharded_cluster
3146-
- test-latest-server-v1-api
3147-
- test-socks5
3148-
- test-socks5-tls
3149-
- test-snappy-compression
3150-
- test-zstd-compression
3151-
- test-tls-support-latest
31523143
- test-tls-support-8.0
31533144
- test-tls-support-7.0
31543145
- test-tls-support-6.0
@@ -3163,9 +3154,6 @@ buildvariants:
31633154
CLIENT_ENCRYPTION: 'false'
31643155
TEST_CSFLE: 'false'
31653156
tasks:
3166-
- test-latest-server
3167-
- test-latest-replica_set
3168-
- test-latest-sharded_cluster
31693157
- test-rapid-server
31703158
- test-rapid-replica_set
31713159
- test-rapid-sharded_cluster
@@ -3187,12 +3175,6 @@ buildvariants:
31873175
- test-4.2-server
31883176
- test-4.2-replica_set
31893177
- test-4.2-sharded_cluster
3190-
- test-latest-server-v1-api
3191-
- test-socks5
3192-
- test-socks5-tls
3193-
- test-snappy-compression
3194-
- test-zstd-compression
3195-
- test-tls-support-latest
31963178
- test-tls-support-8.0
31973179
- test-tls-support-7.0
31983180
- test-tls-support-6.0

.evergreen/generate_evergreen_tasks.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,13 @@ const WINDOWS_SKIP_TAGS = new Set([
4545
'auth',
4646
'load_balancer',
4747
'socks5-csfle',
48-
'oidc'
48+
'oidc',
49+
50+
// TODO: NODE-7356: enable skipped tests on windows
51+
'latest',
52+
'socks5',
53+
'socks5-tls',
54+
'tls-support-latest'
4955
]);
5056

5157
const TASKS = [];
@@ -181,7 +187,7 @@ TASKS.push(
181187
},
182188
{
183189
name: 'test-socks5',
184-
tags: [],
190+
tags: ['socks5'],
185191
commands: [
186192
updateExpansions({
187193
VERSION: 'latest',
@@ -208,7 +214,7 @@ TASKS.push(
208214
},
209215
{
210216
name: 'test-socks5-tls',
211-
tags: [],
217+
tags: ['socks5-tls'],
212218
commands: [
213219
updateExpansions({
214220
SSL: 'ssl',
@@ -298,7 +304,7 @@ AWS_LAMBDA_HANDLER_TASKS.push({
298304
for (const VERSION of TLS_VERSIONS) {
299305
TASKS.push({
300306
name: `test-tls-support-${VERSION}`,
301-
tags: ['tls-support'],
307+
tags: ['tls-support', `tls-support-${VERSION}`],
302308
commands: [
303309
updateExpansions({
304310
VERSION,

0 commit comments

Comments
 (0)