WIP: Maybe don't run the tests on node-12.

Change-Id: I81d523201e365038aa5619572d292b2887ffb627
This commit is contained in:
Efraim Flashner 2025-03-13 14:34:29 +02:00
parent 86dd2135b5
commit b0b38e199c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -406,8 +406,9 @@ devices.")
;; Run only the CI tests. The default test target requires additional
;; add-ons from NPM that are not distributed with the source.
#:test-target "test-ci-js"
;; For now
#:tests? ,(not (target-riscv64?))
;; We only use this package to bootstrap our later node versions.
;#:tests? ,(and (not (%current-target-system))
; (target-x86?))
;; Some of the tests can timeout under heavy load.
#:parallel-tests? ,(target-x86?)
#:modules