mirror of
https://github.com/nodejs/node.git
synced 2025-04-29 14:25:18 +00:00

This reverts commit 48fcb205e4
.
Refs: https://github.com/nodejs/node/commit/18e00a577d74
PR-URL: https://github.com/nodejs/node/pull/49708
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
prefix sequential
|
|
|
|
# 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/27611#issuecomment-613100468
|
|
test-cpu-prof-dir-worker: PASS, FLAKY
|
|
# https://github.com/nodejs/node/issues/44898
|
|
test-watch-mode: PASS, FLAKY
|
|
test-watch-mode-inspect: PASS, FLAKY
|
|
|
|
[$system==win32]
|
|
# https://github.com/nodejs/node/issues/47116
|
|
test-http-max-sockets: PASS, FLAKY
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==aix]
|
|
# https://github.com/nodejs/node/pull/29054
|
|
test-buffer-creation-regression: SKIP
|
|
|
|
[$system==ibmi]
|
|
# https://github.com/nodejs/node/pull/29054
|
|
test-buffer-creation-regression: SKIP
|
|
# https://github.com/nodejs/node/pull/30819
|
|
test-perf-hooks: SKIP
|
|
# https://github.com/nodejs/node/issues/39683
|
|
test-tls-psk-client: PASS, FLAKY
|
|
test-tls-securepair-client: PASS, FLAKY
|
|
|
|
[$arch==arm]
|
|
|
|
[$arch==s390x]
|
|
# https://github.com/nodejs/node/issues/41286
|
|
test-performance-eventloopdelay: PASS, FLAKY
|