diff options
Diffstat (limited to 'debian/tests/urfkill-integration')
| -rw-r--r-- | debian/tests/urfkill-integration | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/tests/urfkill-integration b/debian/tests/urfkill-integration index 09e194ed..034bdecc 100644 --- a/debian/tests/urfkill-integration +++ b/debian/tests/urfkill-integration @@ -1,5 +1,10 @@ #!/bin/sh +if dpkg --print-architecture | grep s390; then + echo "Skipping rfkill tests on s390 (LP: #1855009)" + exit 77 +fi + set -e echo "+++ Building / adding fake-rfkill.ko" |