diff options
Diffstat (limited to 'debian/tests/killswitches-no-urfkill')
| -rwxr-xr-x | debian/tests/killswitches-no-urfkill | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/tests/killswitches-no-urfkill b/debian/tests/killswitches-no-urfkill index ea6f6e90..cb01eb53 100755 --- a/debian/tests/killswitches-no-urfkill +++ b/debian/tests/killswitches-no-urfkill @@ -1,4 +1,10 @@ #!/bin/sh + +if dpkg --print-architecture | grep s390; then + echo "Skipping rfkill tests on s390 (LP: #1855009)" + exit 77 +fi + set -e make -f debian/tests/Makefile fake-rfkill |