Skip to content

Commit f19f32a

Browse files
committed
skip failing Windows tests
1 parent f88bfe1 commit f19f32a

1 file changed

Lines changed: 30 additions & 27 deletions

File tree

.evergreen/config.yml

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3075,9 +3075,6 @@ buildvariants:
30753075
CLIENT_ENCRYPTION: 'false'
30763076
TEST_CSFLE: 'false'
30773077
tasks:
3078-
- test-latest-server
3079-
- test-latest-replica_set
3080-
- test-latest-sharded_cluster
30813078
- test-rapid-server
30823079
- test-rapid-replica_set
30833080
- test-rapid-sharded_cluster
@@ -3099,18 +3096,22 @@ buildvariants:
30993096
- test-4.2-server
31003097
- test-4.2-replica_set
31013098
- 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
31083099
- test-tls-support-8.0
31093100
- test-tls-support-7.0
31103101
- test-tls-support-6.0
31113102
- test-tls-support-5.0
31123103
- test-tls-support-4.4
31133104
- test-tls-support-4.2
3105+
# TODO(NODE-7356) - Unskip latest Windows NODE test builds
3106+
# - test-latest-replica_set
3107+
# - test-latest-server
3108+
# - test-latest-server-v1-api
3109+
# - test-latest-sharded_cluster
3110+
# - test-snappy-compression
3111+
# - test-socks5
3112+
# - test-socks5-tls
3113+
# - test-tls-support-latest
3114+
# - test-zstd-compression
31143115
- name: windows-vsCurrent-large-Node22
31153116
display_name: Windows Node22
31163117
run_on: windows-vsCurrent-large
@@ -3119,9 +3120,6 @@ buildvariants:
31193120
CLIENT_ENCRYPTION: 'false'
31203121
TEST_CSFLE: 'false'
31213122
tasks:
3122-
- test-latest-server
3123-
- test-latest-replica_set
3124-
- test-latest-sharded_cluster
31253123
- test-rapid-server
31263124
- test-rapid-replica_set
31273125
- test-rapid-sharded_cluster
@@ -3143,18 +3141,22 @@ buildvariants:
31433141
- test-4.2-server
31443142
- test-4.2-replica_set
31453143
- 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
31523144
- test-tls-support-8.0
31533145
- test-tls-support-7.0
31543146
- test-tls-support-6.0
31553147
- test-tls-support-5.0
31563148
- test-tls-support-4.4
31573149
- test-tls-support-4.2
3150+
# TODO(NODE-7356) - Unskip latest Windows NODE test builds
3151+
# - test-latest-replica_set
3152+
# - test-latest-server
3153+
# - test-latest-server-v1-api
3154+
# - test-latest-sharded_cluster
3155+
# - test-snappy-compression
3156+
# - test-socks5
3157+
# - test-socks5-tls
3158+
# - test-tls-support-latest
3159+
# - test-zstd-compression
31583160
- name: windows-vsCurrent-large-Node24
31593161
display_name: Windows Node24
31603162
run_on: windows-vsCurrent-large
@@ -3163,9 +3165,6 @@ buildvariants:
31633165
CLIENT_ENCRYPTION: 'false'
31643166
TEST_CSFLE: 'false'
31653167
tasks:
3166-
- test-latest-server
3167-
- test-latest-replica_set
3168-
- test-latest-sharded_cluster
31693168
- test-rapid-server
31703169
- test-rapid-replica_set
31713170
- test-rapid-sharded_cluster
@@ -3187,18 +3186,22 @@ buildvariants:
31873186
- test-4.2-server
31883187
- test-4.2-replica_set
31893188
- 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
31963189
- test-tls-support-8.0
31973190
- test-tls-support-7.0
31983191
- test-tls-support-6.0
31993192
- test-tls-support-5.0
32003193
- test-tls-support-4.4
32013194
- test-tls-support-4.2
3195+
# TODO(NODE-7356) - Unskip latest Windows NODE test builds
3196+
# - test-latest-replica_set
3197+
# - test-latest-server
3198+
# - test-latest-server-v1-api
3199+
# - test-latest-sharded_cluster
3200+
# - test-snappy-compression
3201+
# - test-socks5
3202+
# - test-socks5-tls
3203+
# - test-tls-support-latest
3204+
# - test-zstd-compression
32023205
- name: rhel8-node20.19.0-test-csfle-mongocryptd
32033206
display_name: rhel 8 Node20.19.0 test mongocryptd
32043207
run_on: rhel80-large

0 commit comments

Comments
 (0)