diff options
Diffstat (limited to 'gnu/packages/node.scm')
| -rw-r--r-- | gnu/packages/node.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index 98441f29d9d..50890d1541b 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm | |||
| @@ -406,8 +406,9 @@ devices.") | |||
| 406 | ;; Run only the CI tests. The default test target requires additional | 406 | ;; Run only the CI tests. The default test target requires additional |
| 407 | ;; add-ons from NPM that are not distributed with the source. | 407 | ;; add-ons from NPM that are not distributed with the source. |
| 408 | #:test-target "test-ci-js" | 408 | #:test-target "test-ci-js" |
| 409 | ;; For now | 409 | ;; We only use this package to bootstrap our later node versions. |
| 410 | #:tests? ,(not (target-riscv64?)) | 410 | ;#:tests? ,(and (not (%current-target-system)) |
| 411 | ; (target-x86?)) | ||
| 411 | ;; Some of the tests can timeout under heavy load. | 412 | ;; Some of the tests can timeout under heavy load. |
| 412 | #:parallel-tests? ,(target-x86?) | 413 | #:parallel-tests? ,(target-x86?) |
| 413 | #:modules | 414 | #:modules |
