Skip to content

Commit

Permalink
Merge pull request #19239 from Homebrew/add-needs-network-to-desc-test
Browse files Browse the repository at this point in the history
tests: add missing :needs_network argument
  • Loading branch information
apainintheneck authored Feb 5, 2025
2 parents 1117ebc + 23274ac commit 16c2d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/test/cmd/desc_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
.and not_to_output.to_stderr
end

it "successfully searches without --eval-all, with API", :integration_test do
it "successfully searches without --eval-all, with API", :integration_test, :needs_network do
setup_test_formula "testball"

expect { brew "desc", "--search", "testball", "HOMEBREW_NO_INSTALL_FROM_API" => nil }
Expand Down

0 comments on commit 16c2d92

Please # to comment.