mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
This reverts commit 24a4f76709.
PR-URL: https://github.com/nodejs/node/pull/32489
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
60 lines
2.0 KiB
Plaintext
60 lines
2.0 KiB
Plaintext
prefix parallel
|
|
|
|
# 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
|
|
# https://github.com/nodejs/node/issues/23207
|
|
test-net-connect-options-port: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/24305
|
|
test-trace-events-api-worker-disabled: PASS,FLAKY
|
|
|
|
[$system==win32]
|
|
# https://github.com/nodejs/node/issues/30620
|
|
test-child-process-fork-exec-path: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/20750
|
|
test-http2-client-upload: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/20750
|
|
test-http2-client-upload-reject: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/30847
|
|
test-http2-compat-client-upload-reject: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/30845
|
|
test-http2-multistream-destroy-on-read-tls: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/20750
|
|
test-http2-pipe: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/30844
|
|
test-module-loading-globalpaths: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/23277
|
|
test-worker-memory: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/30846
|
|
test-worker-message-port-transfer-terminate: PASS,FLAKY
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
# https://github.com/nodejs/node/issues/26910
|
|
test-tls-sni-option: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/27219
|
|
test-tls-sni-server-client: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/26938
|
|
test-tls-js-stream: PASS,FLAKY
|
|
|
|
[$arch==arm || $arch==arm64]
|
|
# https://github.com/nodejs/node/issues/25028
|
|
test-cli-node-options: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/26401
|
|
test-worker-prof: PASS,FLAKY
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
# https://github.com/nodejs/node/issues/23089
|
|
test-gc-http-client-onerror: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/29802
|
|
test-http2-reset-flood: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/28803
|
|
test-stdout-close-catch: PASS,FLAKY
|
|
|
|
[$system==aix]
|