nodejs: disable failing network tests (#343541)

This commit is contained in:
Emily
2024-09-21 21:01:48 +01:00
committed by GitHub
+15
View File
@@ -294,15 +294,30 @@ let
"test-child-process-exec-env"
"test-child-process-uid-gid"
"test-fs-write-stream-eagain"
"test-https-client-checkServerIdentity"
"test-https-foafssl"
"test-https-strict"
"test-process-euid-egid"
"test-process-initgroups"
"test-process-setgroups"
"test-process-uid-gid"
"test-setproctitle"
"test-tls-cert-regression"
"test-tls-cli-max-version-1.3"
"test-tls-client-auth"
"test-tls-client-getephemeralkeyinfo"
"test-tls-client-mindhsize"
"test-tls-client-renegotiation-13"
"test-tls-client-verify"
"test-tls-getcipher"
"test-tls-junk-closes-server"
"test-tls-junk-server"
"test-tls-multi-key"
"test-tls-multiple-cas-as-string"
"test-tls-peer-certificate-encoding"
"test-tls-set-ciphers"
"test-tls-sni-option"
"test-tls-sni-server-client"
# This is a bit weird, but for some reason fs watch tests fail with
# sandbox.
"test-fs-promises-watch"