From 727b8204fa3fc3c192a4efa33ae9795e3add24f5 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 25 Jun 2019 14:37:24 -0700 Subject: [PATCH] test: unmark test-gc-http-client-onerror flaky The test has not failed on FreeBSD in the last 100 runs and appears to perhaps not be an issue anymore. Closes: https://github.com/nodejs/node/issues/23089 test-gc-http-client-onerror: PASS,FLAKY PR-URL: https://github.com/nodejs/node/pull/28429 Fixes: https://github.com/nodejs/node/issues/23089 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Sam Roberts Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 3a70f6f03eb50f..5b6960e6ee028c 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -33,7 +33,5 @@ test-async-hooks-http-parser-destroy: PASS,FLAKY [$system==solaris] # Also applies to SmartOS [$system==freebsd] -# https://github.com/nodejs/node/issues/23089 -test-gc-http-client-onerror: PASS,FLAKY [$system==aix]