mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
skip tests that won't run on a given CPU architecture
This commit is contained in:
parent
025828932d
commit
0b3fe26524
9 changed files with 34 additions and 0 deletions
|
@ -12,6 +12,7 @@ from fdroidserver import common, install
|
|||
from fdroidserver.exception import BuildException, FDroidException
|
||||
|
||||
|
||||
@unittest.skipIf(os.uname().machine == 's390x', 'adb is not ported to s390x')
|
||||
class InstallTest(unittest.TestCase):
|
||||
'''fdroidserver/install.py'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue