nodejs: skip tests that are failing on macOS 15.4

This commit is contained in:
Antoine du Hamel
2025-04-08 18:49:16 +02:00
parent 7a14f3c857
commit bb11d476f5

View File

@@ -429,6 +429,12 @@ let
"test-macos-app-sandbox"
"test-os"
"test-os-process-priority"
# Debugger tests failing on macOS 15.4
"test-debugger-extract-function-name"
"test-debugger-random-port-with-inspect-port"
"test-debugger-launch"
"test-debugger-pid"
]
++ lib.optionals (stdenv.buildPlatform.isDarwin && stdenv.buildPlatform.isx86_64) [
# These tests fail on x86_64-darwin (even without sandbox).