Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGireesh Punathil <gpunathi@in.ibm.com>2018-11-29 07:56:53 +0300
committerRod Vagg <rod@vagg.org>2019-02-28 15:37:37 +0300
commit36ace726da65d7863b24ee304406ed6ecf8e593b (patch)
tree726fe561f7f0e47c04fcaa4ac80a52dc9d475bdd /test/addons-napi
parented0ced36505f797c49f1923257245fa37eb3689a (diff)
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 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/addons-napi')
-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 00000000000..dffcf3787bf
--- /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