Skip to content

Commit

Permalink
testing/py3-uvloop: disable test that deadlocks on s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
ncopa committed Jan 19, 2022
1 parent 8531bbf commit 1cbbc2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/py3-uvloop/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1cbbc2e

Please sign in to comment.