From c13c98dd38de2d8715557036ec357065e4d6706f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 5 Oct 2023 08:55:42 +0200 Subject: [PATCH] test: skip test-tick-processor-arguments on SmartOS Refs: /~https://github.com/nodejs/node/issues/50050 PR-URL: /~https://github.com/nodejs/node/pull/49639 Reviewed-By: Jiawen Geng Reviewed-By: Rafael Gonzaga Reviewed-By: Antoine du Hamel --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e59e3f7ff24832..ffe3505021b522 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -51,6 +51,8 @@ test-domain-no-error-handler-abort-on-uncaught-8: PASS, FLAKY test-domain-no-error-handler-abort-on-uncaught-9: PASS, FLAKY test-domain-throw-error-then-throw-from-uncaught-exception-handler: PASS, FLAKY test-domain-with-abort-on-uncaught-exception: PASS, FLAKY +# /~https://github.com/nodejs/node/issues/50050 +test-tick-processor-arguments: SKIP [$system==freebsd] # /~https://github.com/nodejs/node/issues/31727