summaryrefslogtreecommitdiff
path: root/test/parallel/parallel.status
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-12-14 13:14:32 -0800
committerRich Trott <rtrott@gmail.com>2018-12-14 20:10:11 -0800
commit6a24014ee5050c81b5e86ea6f0107494e126a027 (patch)
tree6173062a53ad009eafb83187b66d222afb0162c9 /test/parallel/parallel.status
parentbcf39019a7393f721b80de8a9116b8d82386d550 (diff)
downloadandroid-node-v8-6a24014ee5050c81b5e86ea6f0107494e126a027.tar.gz
android-node-v8-6a24014ee5050c81b5e86ea6f0107494e126a027.tar.bz2
android-node-v8-6a24014ee5050c81b5e86ea6f0107494e126a027.zip
test: mark test-child-process-execfile flaky
Refs: https://github.com/nodejs/node/issues/25029 PR-URL: https://github.com/nodejs/node/pull/25051 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'test/parallel/parallel.status')
-rw-r--r--test/parallel/parallel.status2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 7ddd8fd66c..a906d4108c 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -5,6 +5,8 @@ prefix parallel
# sample-test : PASS,FLAKY
[true] # This section applies to all platforms
+# https://github.com/nodejs/node/issues/25029
+test-child-process-execfile: PASS,FLAKY
# https://github.com/nodejs/node/issues/23207
test-net-connect-options-port: PASS,FLAKY
# https://github.com/nodejs/node/issues/25033