node/test/node-api/node-api.status
Michael Dawson 73d8db896e test: mark test_buffer/test_finalizer flaky
Refs: https://github.com/nodejs/node/issues/43389

Mark new test as flaky as it seems to have
had intermittent failures since it was added.

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: https://github.com/nodejs/node/pull/43414
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2022-06-14 09:52:55 -04:00

11 lines
307 B
Plaintext

prefix node-api
# 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_buffer/test_finalizer : PASS,FLAKY
[$system==win32]