aboutsummaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorArun Isaac2024-06-05 14:30:18 +0100
committerArun Isaac2024-06-05 14:30:18 +0100
commit37443f2cb69c3c42456071dac90defeab39510fe (patch)
tree25eefec0f420cb0ce4c325ba539b0b6287bf8726 /guix
parentb19c34323c5bd1adf9e3b0d65a60f86ca8b33d37 (diff)
downloadguix-forge-37443f2cb69c3c42456071dac90defeab39510fe.tar.gz
guix-forge-37443f2cb69c3c42456071dac90defeab39510fe.tar.lz
guix-forge-37443f2cb69c3c42456071dac90defeab39510fe.zip
klaus: Disable more failing tests on git.
* guix/forge/klaus.scm (git-without-safe-directory-check): Disable test t0411.
Diffstat (limited to 'guix')
-rw-r--r--guix/forge/klaus.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/forge/klaus.scm b/guix/forge/klaus.scm
index b6222c3..5e5e3e0 100644
--- a/guix/forge/klaus.scm
+++ b/guix/forge/klaus.scm
@@ -1,5 +1,5 @@
;;; guix-forge --- Guix software forge meta-service
-;;; Copyright © 2023 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2023, 2024 Arun Isaac <arunisaac@systemreboot.net>
;;;
;;; This file is part of guix-forge.
;;;
@@ -75,7 +75,7 @@ routes using HTTP Digest Authentication.")
(("return data\\.is_safe;")
"return 1;"))
;; Disable tests broken by this change.
- (setenv "GIT_SKIP_TESTS" "t0033 t9700")))))))))
+ (setenv "GIT_SKIP_TESTS" "t0033 t0411 t9700")))))))))
(define-public python-klaus
(package