mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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
This commit is contained in:
parent
578c17cfc2
commit
94e7afbb55
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue