guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 278a47d9047b17c002bc96c18f8156453c93f106
Author: Greg Hogan <[email protected]>
AuthorDate: Mon Jul 28 17:05:52 2025 +0000

    gnu: qtscxml: Fix build.
    
    * gnu/packages/qt.scm (qtscxml)[arguments]<#:test-exclude>: Add failing
    test.
    
    Change-Id: I45c8a788fc408aaf50b514d010857fb741df8516
---
 gnu/packages/qt.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index fd7431914b..e38aacf49d 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2831,6 +2831,9 @@ also contains functionality to support data models and 
executable content.")))
                   (delete-file-recursively "tests/3rdparty")))))
     (arguments
      (list
+      ;; This failing test is run by the cmake-build-system phases but not
+      ;; by the gnu-build-system phases.
+      #:test-exclude "tst_scion"
       #:phases
       #~(modify-phases %standard-phases
           (delete 'check)               ;move after the install phase

Reply via email to