From a71bff934f13594e11652a969ed5439761ecea43 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Fri, 16 Feb 2024 20:27:04 +0100 Subject: [PATCH] test: remove test-domain-error-types flaky designation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no recent trace of failure for this test. Fixes: https://github.com/nodejs/node/issues/38063 PR-URL: https://github.com/nodejs/node/pull/51717 Reviewed-By: Michaƫl Zasso Reviewed-By: Benjamin Gruenbaum --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 75ab46ad1d6952..15621a4b753be0 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -18,8 +18,6 @@ test-worker-nearheaplimit-deadlock: PASS, FLAKY [$system==win32 && $arch==arm64] [$system==linux] -# https://github.com/nodejs/node/issues/39368 -test-domain-error-types: PASS,FLAKY # https://github.com/nodejs/node/issues/43465 test-http-server-request-timeouts-mixed: PASS, FLAKY