summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Pechkurov <apechkurov@gmail.com>2020-04-20 20:25:50 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-04-27 20:40:44 +0100
commitc9ae385abf6b865a20cbbb06a862c0da28917ccc (patch)
treeb14c622190e73f59864fd7442856c2a1b7fa3b62
parent68b7c80a446662802fc3a35d50895f4f9e1ce1b9 (diff)
downloadnode-new-c9ae385abf6b865a20cbbb06a862c0da28917ccc.tar.gz
test: mark test-child-process-fork-args as flaky on Windows
PR-URL: https://github.com/nodejs/node/pull/32950 Refs: https://github.com/nodejs/node/issues/32863 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
-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 9314874d3f..8703fea2b0 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -9,6 +9,8 @@ prefix parallel
test-http2-reset-flood: PASS,FLAKY
[$system==win32]
+# https://github.com/nodejs/node/issues/32863
+test-child-process-fork-args: PASS,FLAKY
# https://github.com/nodejs/node/issues/20750
test-http2-client-upload: PASS,FLAKY
# https://github.com/nodejs/node/issues/20750