···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/22989090- "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 commands9393- # Output is different on aarch649494- "test_server_run"9595- "test_host_port"9696- "test_num_workers"9789 "test_access_logs"9898- "test_version"9999- # Failing for a different reason than Darwin9090+ "test_auto_reload"9191+ "test_host_port"10092 "test_no_exceptions_when_cancel_pending_request"9393+ "test_num_workers"9494+ "test_server_run"9595+ "test_version"10196 ];1029710398 # avoid usage of nixpkgs-review in darwin since tests will compete usage