python3Packages.uvloop: disable flaky test on aarch64-darwin
This commit is contained in:
parent
821b34edaf
commit
b2aad648ae
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ buildPythonPackage rec {
|
||||||
# test gets stuck in epoll_pwait on hydras aarch64 builders
|
# test gets stuck in epoll_pwait on hydras aarch64 builders
|
||||||
# https://github.com/MagicStack/uvloop/issues/412
|
# https://github.com/MagicStack/uvloop/issues/412
|
||||||
"--deselect" "tests/test_tcp.py::Test_AIO_TCPSSL::test_remote_shutdown_receives_trailing_data"
|
"--deselect" "tests/test_tcp.py::Test_AIO_TCPSSL::test_remote_shutdown_receives_trailing_data"
|
||||||
|
] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [
|
||||||
|
# Flaky test: https://github.com/MagicStack/uvloop/issues/412
|
||||||
|
"--deselect" "tests/test_tcp.py::Test_UV_TCPSSL::test_shutdown_timeout_handler_not_set"
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
|
|
Loading…
Reference in a new issue