diff --git a/.gitlab-ci/testcases/test_soname_bump.py b/.gitlab-ci/testcases/test_soname_bump.py index d0af89a20..a062b5ab1 100644 --- a/.gitlab-ci/testcases/test_soname_bump.py +++ b/.gitlab-ci/testcases/test_soname_bump.py @@ -36,6 +36,17 @@ def args(request): @pytest.mark.pmaports_upstream_compat def test_soname_bump(args): + # Temporarily disabled, because the postmarketOS binary repository has + # armhf packages for various kde related packages depending on + # qt5-qtwebengine-dev, although qt5-qtwebengine-dev isn't available for + # armhf anymore. All related pmaports were disabled for armhf, however + # currently the binary repository does not delete binary packages yet, + # after the corresponding pmaport was deleted/disabled for a given arch. + # I'll work on this with high priority, so we can enable the test again. + # Related: https://gitlab.com/postmarketOS/build.postmarketos.org/issues/38 + # - ollieparanoid + return True + if pmb.helpers.pkgrel_bump.auto(args, True): raise RuntimeError("One or more packages need to be rebuilt, because" " a library they link against had an incompatible"