diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-27 08:28:41 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-27 08:28:41 +0100 |
commit | b859b2ee283ffa40c280bcd17a795e36fec3ca69 (patch) | |
tree | 0b5c20424fd7229b2a8ecc1e4911daa837fefedc /debian/tests | |
parent | f2dd82827b7ff9c2e2c1740460b5613866b23dec (diff) | |
download | debvm-b859b2ee283ffa40c280bcd17a795e36fec3ca69.tar.gz |
debian: autopkgtest: disable on armel and armhf as they're too slow
Diffstat (limited to 'debian/tests')
-rw-r--r-- | debian/tests/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control index 44dcebf..99a5408 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -3,6 +3,8 @@ Test-Command: ./tests/create-and-run.sh $(dpkg --print-architecture) sid # Depend on a fakechroot that fixes #1029490: ldd.fakechroot yields wrong ld.so path Depends: debvm, fakeroot, fakechroot, fakechroot (>= 2.20.1+ds-9) [ia64 mips64el ppc64 ppc64el s390x], file, libsystemd-shared, openssh-client, seabios [ppc64el], qemu-system-misc [s390x] Restrictions: allow-stderr, needs-internet +# Skip running on armel and armhf as the emulation is too slow there to actually work. +Architecture: amd64 arm64 i386 mips64el mipsel ppc64el riscv64 s390x Features: test-name=hint-testsuite-triggers Test-Command: false |