fix(guix): skip tests invalidated by local bootstrap patches

This commit is contained in:
vxtls 2026-05-12 20:35:34 -04:00
parent 2a58e2c1d3
commit e35054259e

View file

@ -0,0 +1,24 @@
--- guix-1.5.0/tests/channels.scm
+++ guix-1.5.0/tests/channels.scm
@@ -499,6 +499,9 @@
(list commit1)))))))
+;; This bootstrap disables channel authentication by default, so the missing
+;; introduction no longer raises the error this upstream test expects.
+(test-skip 1)
(test-assert "latest-channel-instances, missing introduction for 'guix'"
(with-temporary-git-repository directory
'((add "a.txt" "A")
(commit "first commit")
--- guix-1.5.0/tests/graph.scm
+++ guix-1.5.0/tests/graph.scm
@@ -186,6 +186,9 @@
implicit)))))))
+;; This bootstrap replaces Guix's historical bootstrap binaries with local
+;; seed packages, so the upstream %bootstrap-inputs graph assumption is false.
+(test-skip 1)
(test-assert "bag DAG" ;a big town in Iraq
(let-values (((backend nodes+edges) (make-recording-backend)))
(let ((p (dummy-package "p")))
(run-with-store %store