andreas pushed a commit to branch master in repository guix. commit 94e7afbb557d3f2709072bf2bf58618293ca7fbd Author: Christopher Baines <m...@cbaines.net> AuthorDate: Sat Apr 12 11:17:56 2025 +0100
gnu: node-lts: Skip test-debugger-heap-profiler on 32bit systems. As this seems to fail, and is marked as flaky by upstream. * gnu/packages/node.scm (node-lts):[arguments]: Skip test-debugger-heap-profiler on 32bit systems. Change-Id: Idb89e6d28f28fd240cd27d0bc710a35bf05f57d4 --- gnu/packages/node.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index 56643e890c..018a6b1bd0 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm @@ -887,7 +887,9 @@ source files.") ;; https://github.com/nodejs/node/issues/45906 ;; This test depends on 64-bit time_t so skipping on 32-bit systems. ,@(if (not (target-64bit?)) - '((delete-file "test/parallel/test-fs-utimes-y2K38.js")) + '((delete-file "test/parallel/test-fs-utimes-y2K38.js") + + (delete-file "test/parallel/test-debugger-heap-profiler.js")) '()) ;; These tests have an expiry date: they depend on the validity of