summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-05 20:13:03 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-05 20:13:03 +0200
commit69e9bea640ba218eaed7ec75f992de5925ec3fbd (patch)
tree43c2c0e8d9d13da83b5b3154bb30d9fcf18d76f0 /extra
parentf50880623673dacda0799187ec4895dbb098c59c (diff)
downloadpackages-69e9bea640ba218eaed7ec75f992de5925ec3fbd.tar.xz
extra/python: ignoring blocking test_socket
Diffstat (limited to 'extra')
-rw-r--r--extra/python/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD
index 6e9e8e2d..7f3b6786 100644
--- a/extra/python/PKGBUILD
+++ b/extra/python/PKGBUILD
@@ -42,9 +42,10 @@ fi
# ERROR: test_sched_rr_get_interval (test.test_posix.PosixTester)
# Bonus points for finding the option to ignore single tests in test_posix
# test_gdb currently fails for unknown reasons, also not that important
+# test_socket tests take more than 1.5 hours, so ignoring them
eval "$(
declare -f check | \
sed "
- s/-uall/-uall -x test_posix -x test_gdb \\|\\| true/g
+ s/-uall/-uall -x test_posix -x test_gdb -x test_socket \\|\\| true/g
"
)"