···3333 pytestCheckHook
3434 ];
35353636- disabledTests = lib.optionals stdenv.isDarwin [
3636+ disabledTests = [
3737+ # Flaky test. See https://github.com/NixOS/nixpkgs/issues/288424#issuecomment-1941609973.
3838+ "test_run_local_server_occupied_port"
3939+ ] ++ lib.optionals stdenv.isDarwin [
3740 # This test fails if the hostname is not associated with an IP (e.g., in `/etc/hosts`).
3841 "test_run_local_server_bind_addr"
3942 ];