Skip to content

Commit 96f6c63

Browse files
minor: make socks5 proxy tests non-patchable (#1556)
1 parent d89111a commit 96f6c63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,15 +417,15 @@ buildvariants:
417417

418418
- name: socks5-proxy-no-tls
419419
display_name: "SOCKS5 Proxy (No TLS)"
420-
# patchable: false
420+
patchable: false
421421
run_on:
422422
- rhel87-small
423423
tasks:
424424
- test-socks5-proxy
425425

426426
- name: socks5-proxy-tls
427427
display_name: "SOCKS5 Proxy (TLS)"
428-
# patchable: false
428+
patchable: false
429429
run_on:
430430
- rhel87-small
431431
expansions:
@@ -435,7 +435,7 @@ buildvariants:
435435

436436
- name: socks5-proxy-openssl
437437
display_name: "SOCKS5 Proxy (OpenSSL)"
438-
# patchable: false
438+
patchable: false
439439
run_on:
440440
- rhel87-small
441441
expansions:

0 commit comments

Comments
 (0)