diff --git a/.ci/testcases/test_kernel.py b/.ci/testcases/test_kernel.py index 647a8743e..fe163e985 100644 --- a/.ci/testcases/test_kernel.py +++ b/.ci/testcases/test_kernel.py @@ -23,7 +23,7 @@ def test_aports_kernel(): apkbuild = pmb.parse.apkbuild(path) aport_name = os.path.basename(os.path.dirname(path)) - if aport_name == "linux-pam": + if aport_name == "linux-pam-pmos": continue # This package isn't a linux kernel! if "pmb:cross-native" not in apkbuild["options"]: