node/test/parallel/parallel.status
Beth Griggs 4d2efa2415
test: remove mark flaky for moved test
Remove 'flaky' in parallel.status for test-debug-signal-cluster as the
test was moved to sequential.

Refs: https://github.com/nodejs/node/pull/13592
PR-URL: https://github.com/nodejs/node/pull/19069
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
2018-03-29 23:25:34 -04:00

23 lines
501 B
Text

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
test-fs-read-buffer-tostring-fail : PASS,FLAKY
[$system==win32]
[$system==linux]
[$system==macos]
[$arch==arm || $arch==arm64]
test-npm-install: PASS,FLAKY
[$system==solaris] # Also applies to SmartOS
[$system==freebsd]
[$system==aix]