From 0301d3bf6a5344fdd7d12395b2ee9d946a7b20d5 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 This CI test failure hasn't been reported for some time. Closes: https://github.com/nodejs/node/issues/26610 --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 6e545a6fff54e6..9f3fa33da4e2c4 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -23,8 +23,6 @@ test-worker-message-port-transfer-terminate: 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