From e30ddacddb339353c51e6e9597bc9c5be84143fd Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 8 Aug 2020 14:04:28 -0700 Subject: [PATCH] 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 Reviewed-By: Pranshu Srivastava --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index b50684d96fcc7e..811fb9a9c6f985 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -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