File: tests-disable-lower-object-computed-file

package info (click to toggle)
guix 1.4.0-9
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 161,500 kB
  • sloc: lisp: 861,023; cpp: 10,741; javascript: 9,632; sh: 8,913; makefile: 951; ansic: 558; python: 129; sql: 33; sed: 16
file content (12 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tests/gexp.scm b/tests/gexp.scm
index ad8e1d57b8..9a2e144377 100644
--- a/tests/gexp.scm
+++ b/tests/gexp.scm
@@ -1481,6 +1481,7 @@ importing.* \\(guix config\\) from the host"
                      (string=? (readlink (string-append comp "/text"))
                                text)))))))
 
+(test-skip 1) ;; uses bootstrap-guile
 (test-assert "lower-object, computed-file + grafts"
   ;; The reference graph should refer to grafted packages when grafts are
   ;; enabled.  See <https://issues.guix.gnu.org/50676>.