···85 "test_auto_reload"
86 "test_no_exceptions_when_cancel_pending_request"
87 "test_ipv6_address_is_not_wrapped"
88- ] ++ lib.optionals stdenv.isDarwin [
89- # https://github.com/sanic-org/sanic/issues/2298
90- "test_no_exceptions_when_cancel_pending_request"
91- ] ++ lib.optionals (stdenv.hostPlatform.system == "aarch64-linux") [
92 # These appear to be very sensitive to output of commands
93- # Output is different on aarch64
94- "test_server_run"
95 "test_host_port"
096 "test_num_workers"
97- "test_access_logs"
98 "test_version"
99- # Failing for a different reason than Darwin
100- "test_no_exceptions_when_cancel_pending_request"
101 ];
102103 # avoid usage of nixpkgs-review in darwin since tests will compete usage
···85 "test_auto_reload"
86 "test_no_exceptions_when_cancel_pending_request"
87 "test_ipv6_address_is_not_wrapped"
000088 # These appear to be very sensitive to output of commands
89+ "test_access_logs"
90+ "test_auto_reload"
91 "test_host_port"
92+ "test_no_exceptions_when_cancel_pending_request"
93 "test_num_workers"
94+ "test_server_run"
95 "test_version"
0096 ];
9798 # avoid usage of nixpkgs-review in darwin since tests will compete usage