From eeffb2f4aaddcdd4b75ec3c457eb6a676cff0eea Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sun, 22 Feb 2026 00:38:44 +0100 Subject: [PATCH] test: mark `test-strace-openat-openssl` as flaky --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 66271bebf27a31..0d3ed11813f0df 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -49,6 +49,7 @@ test-worker-nearheaplimit-deadlock: PASS, FLAKY [$system==win32 && $arch==arm64] [$system==linux] +test-strace-openat-openssl: PASS, FLAKY # https://github.com/nodejs/node/issues/54803 test-performance-function: PASS, FLAKY # https://github.com/nodejs/node/issues/54346