summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-10 20:37:40 +0200
committerErich Eckner <git@eckner.net>2018-07-10 20:37:40 +0200
commitf696ba616ffac30dea944754cbf8d30135ad3fda (patch)
tree69ff9575bb86af5dce581daffa42c13f1f204dcb /extra
parentcd0ea2e798e2589356ed690ad682f5ce6053e3cd (diff)
downloadpackages-f696ba616ffac30dea944754cbf8d30135ad3fda.tar.xz
extra/python2: skip yet another test
Diffstat (limited to 'extra')
-rw-r--r--extra/python2/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD
index fd31655a..1e70219d 100644
--- a/extra/python2/PKGBUILD
+++ b/extra/python2/PKGBUILD
@@ -2,10 +2,10 @@
# test_replace_overflow (present in test_bytes, test_str, test_string,
# test_unicode, test_userstring) segfault on i686
# test_bigrepeat (present in test_tuple) segfault on i686
-# test_audioop (present in test_wrongsize, test_augassign, test_base64) AssertionError: -2147483648 != 2147483648L
+# test_audioop (present in test_wrongsize, test_augassign, test_base64, test_bastion) AssertionError: -2147483648 != 2147483648L
eval "$(
declare -f check | \
sed '
- /xvfb-run/ s/-x test_idle/-x test_idle test_bytes test_str test_string test_unicode test_userstring test_tuple test_wrongsize test_augassign test_base64/
+ /xvfb-run/ s/-x test_idle/-x test_idle test_bytes test_str test_string test_unicode test_userstring test_tuple test_wrongsize test_augassign test_base64 test_bastion/
'
)"