···26262727 disabledTests = [
2828 "test_aside_basic" # times out
2929+ "test_write_timeout" # flaky, does not always time out
2930 "test_aside_cancel" # fails because modifies PYTHONPATH and cant find pytest
3031 "test_ssl_outgoing" # touches network
3131- ] ++ lib.optionals (stdenv.isDarwin) [
3232+ ] ++ lib.optionals stdenv.isDarwin [
3233 "test_unix_echo" # socket bind error on hydra when built with other packages
3334 "test_unix_ssl_server" # socket bind error on hydra when built with other packages
3435 ];