···8585 "test_auto_reload"
8686 "test_no_exceptions_when_cancel_pending_request"
8787 "test_ipv6_address_is_not_wrapped"
8888- ] ++ lib.optionals stdenv.isDarwin [
8989- # https://github.com/sanic-org/sanic/issues/2298
9090- "test_no_exceptions_when_cancel_pending_request"
9191- ] ++ lib.optionals (stdenv.hostPlatform.system == "aarch64-linux") [
9288 # These appear to be very sensitive to output of commands
9393- # Output is different on aarch64
9494- "test_server_run"
8989+ "test_access_logs"
9090+ "test_auto_reload"
9591 "test_host_port"
9292+ "test_no_exceptions_when_cancel_pending_request"
9693 "test_num_workers"
9797- "test_access_logs"
9494+ "test_server_run"
9895 "test_version"
9999- # Failing for a different reason than Darwin
100100- "test_no_exceptions_when_cancel_pending_request"
10196 ];
1029710398 # avoid usage of nixpkgs-review in darwin since tests will compete usage