From a91a200be0ff7b2966e775d23d70a0801929a8e9 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 6 Mar 2021 06:31:43 -0800 Subject: [PATCH] test: remove FLAKY status for fixed test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit test-worker-message-port-transfer-terminate was fixed in 25447d82d34afb8c7f0 but the status file was not updated to reflect this. PR-URL: https://github.com/nodejs/node/pull/37633 Reviewed-By: Michaƫl Zasso Reviewed-By: Richard Lau 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 c8a0f16fef7336..9e446d8acf6ebc 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -11,8 +11,6 @@ prefix parallel test-timers-immediate-queue: PASS,FLAKY # https://github.com/nodejs/node/issues/23277 test-worker-memory: PASS,FLAKY -# https://github.com/nodejs/node/issues/30846 -test-worker-message-port-transfer-terminate: PASS,FLAKY [$system==linux]