Merge pull request #19239 from Homebrew/add-needs-network-to-desc-test
tests: add missing :needs_network argument
This commit is contained in:
commit
16c2d9285d
@ -31,7 +31,7 @@ RSpec.describe Homebrew::Cmd::Desc do
|
|||||||
.and not_to_output.to_stderr
|
.and not_to_output.to_stderr
|
||||||
end
|
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"
|
setup_test_formula "testball"
|
||||||
|
|
||||||
expect { brew "desc", "--search", "testball", "HOMEBREW_NO_INSTALL_FROM_API" => nil }
|
expect { brew "desc", "--search", "testball", "HOMEBREW_NO_INSTALL_FROM_API" => nil }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user