summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/ci.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm
index 5548d9560e..a7ed733bb5 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -544,7 +544,9 @@ Return #f if no such checkout is found."
                                   (package->job store package
                                                 system))))
                        (append (filter-map job all)
-                               (image-jobs store system)
+                               ;; Disable until
+                               ;; https://issues.guix.gnu.org/44952 is fixed.
+                               ;(image-jobs store system)
                                (system-test-jobs store system
                                                  #:source source
                                                  #:commit commit)