From cd9170e7b7188a28946784c8ebfb8003005e0eec Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Thu, 28 Nov 2024 08:44:47 +0100 Subject: [PATCH] test: remove async-hooks/test-writewrap flaky designation The issue is the same as other tests that time out. Refs: https://github.com/nodejs/node/issues/54918 Refs: https://github.com/nodejs/node/pull/54802 --- test/async-hooks/async-hooks.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status index 5dca3cb04f240c..673883e4fe3d4d 100644 --- a/test/async-hooks/async-hooks.status +++ b/test/async-hooks/async-hooks.status @@ -9,8 +9,6 @@ prefix async-hooks [$system==win32] [$system==linux] -# https://github.com/nodejs/node/issues/54809 -test-writewrap: PASS, FLAKY [$system==macos]