From 5b97a563ebe06e3952109881d7ad31144519b8d3 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Tue, 7 Feb 2023 10:00:57 +0100 Subject: [PATCH 14/15] disable node tests --- gnu/packages/node.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index 43a37e85ec..fc4a0554fd 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm @@ -104,6 +104,7 @@ (define-public node ;; 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" + #:tests? #f #:modules ((guix build gnu-build-system) (guix build utils) -- 2.39.1