summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGireesh Punathil <gpunathi@in.ibm.com>2018-11-29 10:26:53 +0530
committerRod Vagg <rod@vagg.org>2019-02-28 23:40:11 +1100
commit60db455961477244c6ca4fcf17bcd2c2e90820ca (patch)
tree6133d15430229ca49f028330ea71b6334e09cbb0 /test
parentfe4328252a95f8096dd559d981bcab26a39dd70a (diff)
downloadnode-new-60db455961477244c6ca4fcf17bcd2c2e90820ca.tar.gz
test: mark test_threadsafe_function/test as flaky
The test fails consistently on windows-fanned with vs2017. mark it as flaky while the issue is being progressed, and to keep CI green / amber. Ref: https://github.com/nodejs/node/issues/23621 Backport-PR-URL: https://github.com/nodejs/node/pull/25002 PR-URL: https://github.com/nodejs/node/pull/24714 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/addons-napi/addons-napi.status11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/addons-napi/addons-napi.status b/test/addons-napi/addons-napi.status
new file mode 100644
index 0000000000..dffcf3787b
--- /dev/null
+++ b/test/addons-napi/addons-napi.status
@@ -0,0 +1,11 @@
+prefix addons-napi
+
+# 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]
+# https://github.com/nodejs/node/issues/23621
+test_threadsafe_function/test: PASS,FLAKY