diff options
author | Feng Yu <F3n67u@outlook.com> | 2022-06-29 01:06:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 18:06:48 +0100 |
commit | ea9943158654bca9432a9a8b53abc97f1ca84bf7 (patch) | |
tree | 95e692b8d05d1a57e95982c57fec599aae512ce6 /test/report | |
parent | 6c1aa01874f437cae920ea633c949a1325492353 (diff) | |
download | node-new-ea9943158654bca9432a9a8b53abc97f1ca84bf7.tar.gz |
test: mark flaky tests on smartos
PR-URL: https://github.com/nodejs/node/pull/43596
Refs: https://github.com/nodejs/node/issues/43457
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'test/report')
-rw-r--r-- | test/report/report.status | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/report/report.status b/test/report/report.status new file mode 100644 index 0000000000..7ef99b5c8e --- /dev/null +++ b/test/report/report.status @@ -0,0 +1,11 @@ +prefix report + +# 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==solaris] # Also applies to SmartOS +# https://github.com/nodejs/node/issues/43457 +test-report-fatal-error: PASS, FLAKY |