mirror of
https://github.com/nodejs/node.git
synced 2025-05-09 09:08:46 +00:00

This test is somewhat regularly flaky on 12.x and it appears master as well. There appears to be an issue tracking flakes for 6+ months. Seems reasonable to mark this to keep us from having red CI. Refs: https://github.com/nodejs/node/issues/29802 PR-URL: https://github.com/nodejs/node/pull/32595 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
65 lines
2.1 KiB
Plaintext
65 lines
2.1 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
|
|
|
|
[$system==win32]
|
|
# 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/20750
|
|
test-stream-pipeline-http2: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/24497
|
|
test-timers-immediate-queue: 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/30030
|
|
test-dgram-connect-send-empty-buffer: PASS,FLAKY
|
|
test-dgram-connect-send-empty-array: PASS,FLAKY
|
|
test-dgram-connect-send-empty-packet: PASS,FLAKY
|
|
test-dgram-send-empty-array: PASS,FLAKY
|
|
test-dgram-send-empty-buffer: PASS,FLAKY
|
|
test-dgram-send-empty-packet: PASS,FLAKY
|
|
|
|
[$arch==arm || $arch==arm64]
|
|
# https://github.com/nodejs/node/issues/26610
|
|
test-async-hooks-http-parser-destroy: PASS,FLAKY
|
|
# https://github.com/nodejs/node/pull/31178
|
|
test-crypto-dh-stateless: SKIP
|
|
test-crypto-keygen: SKIP
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
# https://github.com/nodejs/node/issues/31727
|
|
test-fs-stat-bigint: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/29802
|
|
test-http2-reset-flood: PASS,FLAKY
|
|
|
|
[$system==aix]
|
|
|
|
[$system==ibmi]
|
|
# https://github.com/nodejs/node/pull/30819
|
|
test-child-process-fork-net-server: SKIP
|
|
test-cli-node-options: SKIP
|
|
test-cluster-shared-leak: SKIP
|
|
test-http-writable-true-after-close: SKIP
|
|
test-http2-connect-method: SKIP
|
|
test-net-error-twice: SKIP
|