diff --git a/pkgs/by-name/ai/aider-chat/package.nix b/pkgs/by-name/ai/aider-chat/package.nix index 2d314a108d31..0dd4adcbe110 100644 --- a/pkgs/by-name/ai/aider-chat/package.nix +++ b/pkgs/by-name/ai/aider-chat/package.nix @@ -185,6 +185,11 @@ let # Tests require network "test_urls" "test_get_commit_message_with_custom_prompt" + + # Tests require network access to fetch model information from GitHub + "test_cmd_read_only_with_image_file" + "test_cmd_tokens_output" + "test_max_context_tokens" # FileNotFoundError "test_get_commit_message" # Expected 'launch_gui' to have been called once