mirror of
https://github.com/nodejs/node.git
synced 2025-05-02 03:31:35 +00:00

Use common.platformTimeout() to give longer durations to Raspberry Pi devices to make test more reliable. PR-URL: https://github.com/nodejs/node/pull/18126 Fixes: https://github.com/nodejs/node/issues/16772 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
26 lines
702 B
Plaintext
26 lines
702 B
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
|
|
|
|
[$system==win32]
|
|
test-inspector-async-call-stack : PASS, FLAKY
|
|
test-inspector-bindings : PASS, FLAKY
|
|
test-inspector-debug-end : PASS, FLAKY
|
|
test-inspector-async-hook-setup-at-signal: PASS, FLAKY
|
|
test-http2-ping-flood : PASS, FLAKY
|
|
test-http2-settings-flood : PASS, FLAKY
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==aix]
|