Add :needs_network to brew prof tests
They need network access to download the profiler gems. Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
d318c56013
commit
073c004ef3
@ -6,7 +6,7 @@ require "cmd/shared_examples/args_parse"
|
|||||||
describe "brew prof" do
|
describe "brew prof" do
|
||||||
it_behaves_like "parseable arguments"
|
it_behaves_like "parseable arguments"
|
||||||
|
|
||||||
describe "integration tests", :integration_test do
|
describe "integration tests", :integration_test, :needs_network do
|
||||||
after do
|
after do
|
||||||
FileUtils.rm_rf HOMEBREW_LIBRARY_PATH/"prof"
|
FileUtils.rm_rf HOMEBREW_LIBRARY_PATH/"prof"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user