From 3b08598f42ae9f291634e37f4ef52d93df7107a4 Mon Sep 17 00:00:00 2001
From: Marco Ippolito <marcoippolito54@gmail.com>
Date: Thu, 23 Jan 2025 13:38:17 +0100
Subject: [PATCH] test: skip test-buffer-tostring-range on smartos

---
 test/parallel/parallel.status | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index ae1763d1ee4eda..a7860449225092 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -66,6 +66,8 @@ test-pipe-file-to-http: PASS, FLAKY
 test-debugger-heap-profiler: PASS, FLAKY
 
 [$system==solaris] # Also applies to SmartOS
+# https://github.com/nodejs/node/issues/56726
+test-buffer-tostring-range: SKIP
 # https://github.com/nodejs/node/issues/43457
 test-domain-no-error-handler-abort-on-uncaught-0: PASS, FLAKY
 test-domain-no-error-handler-abort-on-uncaught-1: PASS,FLAKY