diff --git a/tests/pylorax/test_creator.py b/tests/pylorax/test_creator.py index c3245f63..e77d283c 100644 --- a/tests/pylorax/test_creator.py +++ b/tests/pylorax/test_creator.py @@ -37,7 +37,6 @@ class CreatorTest(unittest.TestCase): def squashfs_args_test(self): """Test squashfs_args results""" test_arches = {"x86_64": ("xz", ["-Xbcj", "x86"]), - "ppc64": ("xz", ["-Xbcj", "powerpc"]), "ppc64le": ("xz", ["-Xbcj", "powerpc"]), "s390x": ("xz", []), "ia64": ("xz", []),