diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3430997abcb..02ca2bea997 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7431,7 +7431,12 @@ and fairly speedy.") ;; .is_alive. ;; Maybe this . - "--ignore=tests/supervisors/test_multiprocess.py"))) + "--ignore=tests/supervisors/test_multiprocess.py" + + #$@(cond + ((target-aarch64?) + '("-k not test_send_binary_data_to_server_bigger_than_default_on_websockets")) + (#t '()))))) (native-inputs (list nss-certs-for-test python-a2wsgi