mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
PR-URL: https://github.com/nodejs/node/pull/60148 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
16 lines
443 B
Plaintext
16 lines
443 B
Plaintext
prefix client-proxy
|
|
|
|
# To mark a test as flaky, list the test name in the appropriate section
|
|
# below, without ".js", followed by ": PASS,FLAKY". Example:
|
|
# sample-test : PASS,FLAKY
|
|
|
|
[true] # This section applies to all platforms
|
|
|
|
|
|
[$system==ibmi]
|
|
# https://github.com/nodejs/node/issues/58582
|
|
test-http-proxy-fetch: SKIP
|
|
test-https-proxy-fetch: SKIP
|
|
test-use-env-proxy-cli-http: SKIP
|
|
test-use-env-proxy-cli-https: SKIP
|