[gnome-software] ci: Disable the PackageKit tests



commit 0f3a23d48a8c80dbeda943d467aee0987a0ca755
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Nov 6 10:56:18 2019 +0000

    ci: Disable the PackageKit tests
    
    They don’t pass on CI (and weren’t run on the previous CI setup).
    
    Signed-off-by: Philip Withnall <withnall endlessm com>
    
    Helps: #825

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 690c6fc4..d556a4c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ fedora-x86_64:
             _build
     - ninja -C _build
     - .gitlab-ci/run-tests.sh
+            --no-suite packagekit
   artifacts:
     reports:
       junit: "_build/${CI_JOB_NAME}-report.xml"
@@ -44,6 +45,7 @@ debian-stable-x86_64:
             _build
     - ninja -C _build
     - .gitlab-ci/run-tests.sh
+            --no-suite packagekit
             --no-suite fedora-langpacks
   artifacts:
     reports:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]