From 1cbbc2effee69cb63fe596de5ad4f7c8c7191448 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 19 Jan 2022 13:57:24 +0000 Subject: [PATCH] testing/py3-uvloop: disable test that deadlocks on s390x Ref: https://github.com/MagicStack/uvloop/issues/412 --- testing/py3-uvloop/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/py3-uvloop/APKBUILD b/testing/py3-uvloop/APKBUILD index 0b40bb393132..ae28f0d156ca 100644 --- a/testing/py3-uvloop/APKBUILD +++ b/testing/py3-uvloop/APKBUILD @@ -21,7 +21,8 @@ build() { } check() { - PYTHONASYNCIODEBUG=1 PYTHONPATH="$(echo "$builddir"/build/lib.linux-*)" pytest + PYTHONASYNCIODEBUG=1 PYTHONPATH="$(echo "$builddir"/build/lib.linux-*)" pytest -v \ + -k 'not test_remote_shutdown_receives_trailing_data' } package() {