From 1f6341852f0dd300f8205474de89ce8f53f04040 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 6 Mar 2021 06:41:45 -0800 Subject: [PATCH] test: remove FLAKY status for test-async-hooks-http-parser-destroy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This CI test failure hasn't been reported for some time. Closes: https://github.com/nodejs/node/issues/26610 PR-URL: https://github.com/nodejs/node/pull/37636 Fixes: https://github.com/nodejs/node/issues/26610 Reviewed-By: Michaƫl Zasso Reviewed-By: Colin Ihrig --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 64faf9ca100431..c69008fde4aabb 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -17,8 +17,6 @@ test-worker-memory: PASS,FLAKY [$system==macos] [$arch==arm || $arch==arm64] -# https://github.com/nodejs/node/issues/26610 -test-async-hooks-http-parser-destroy: PASS,FLAKY # https://github.com/nodejs/node/pull/31178 test-crypto-dh-stateless: SKIP test-crypto-keygen: SKIP