···2627 disabledTests = [
28 "test_aside_basic" # times out
029 "test_aside_cancel" # fails because modifies PYTHONPATH and cant find pytest
30 "test_ssl_outgoing" # touches network
31- ] ++ lib.optionals (stdenv.isDarwin) [
32 "test_unix_echo" # socket bind error on hydra when built with other packages
33 "test_unix_ssl_server" # socket bind error on hydra when built with other packages
34 ];
···2627 disabledTests = [
28 "test_aside_basic" # times out
29+ "test_write_timeout" # flaky, does not always time out
30 "test_aside_cancel" # fails because modifies PYTHONPATH and cant find pytest
31 "test_ssl_outgoing" # touches network
32+ ] ++ lib.optionals stdenv.isDarwin [
33 "test_unix_echo" # socket bind error on hydra when built with other packages
34 "test_unix_ssl_server" # socket bind error on hydra when built with other packages
35 ];