diff options
Diffstat (limited to 'scripts/test-apparmor.py')
| -rwxr-xr-x | scripts/test-apparmor.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/test-apparmor.py b/scripts/test-apparmor.py index 5706b361..5a79e837 100755 --- a/scripts/test-apparmor.py +++ b/scripts/test-apparmor.py @@ -3719,6 +3719,10 @@ class ApparmorUnixDomainConnect(testlib.TestlibCase): testlib.manager.lsb_release['Release'] <= 16.04, "flatpak is not available on Ubuntu Trusty and Xenial" ) +@unittest.skipIf( + testlib.manager.dpkg_arch in ['ppc64el', 's390x'], + "flatpak test packages (org.gimp.GIMP and com.github.huluti.Coulr) are not available on ppc64el and s390x." +) class AppArmorFlatpakRegressionTests(testlib.TestlibCase): '''Test flatpak related regressions''' user = None |
