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

package info (click to toggle)
guix 1.4.0%2B154928%2Bf1810-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 269,976 kB
  • sloc: lisp: 1,247,465; cpp: 10,769; javascript: 9,632; sh: 9,607; makefile: 1,103; ansic: 573; python: 78; php: 76; sql: 33; xml: 31; 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>.