test: remove test-child-process-fork-args flaky designation

test-child-process-fork-args does not appear in results from `ncu-ci
walk commit` and no one has reported it failing for several months.
A stress test also passed.

Closes: https://github.com/nodejs/node/issues/32863

PR-URL: https://github.com/nodejs/node/pull/34684
Fixes: https://github.com/nodejs/node/issues/32863
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
This commit is contained in:
Rich Trott 2020-08-08 14:04:28 -07:00
parent 8a8416f841
commit ea5eb8fc9c

View File

@ -7,8 +7,6 @@ prefix parallel
[true] # This section applies to all platforms
[$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