From c5e4f65fa577d67c1fcdf0f9bdebb5d95573fc46 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 10 Feb 2024 18:18:31 +0100 Subject: [PATCH] test: remove test-domain-error-types flaky designation There is no recent trace of failure for this test. Fixes: https://github.com/nodejs/node/issues/38063 --- 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