From 073c004ef395c2874c8882c95001704a20852caf Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 2 Jan 2023 10:02:51 -0800 Subject: [PATCH] Add :needs_network to brew prof tests They need network access to download the profiler gems. Co-authored-by: Mike McQuaid --- Library/Homebrew/test/dev-cmd/prof_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/dev-cmd/prof_spec.rb b/Library/Homebrew/test/dev-cmd/prof_spec.rb index e280b95488..cdbe09687d 100644 --- a/Library/Homebrew/test/dev-cmd/prof_spec.rb +++ b/Library/Homebrew/test/dev-cmd/prof_spec.rb @@ -6,7 +6,7 @@ require "cmd/shared_examples/args_parse" describe "brew prof" do it_behaves_like "parseable arguments" - describe "integration tests", :integration_test do + describe "integration tests", :integration_test, :needs_network do after do FileUtils.rm_rf HOMEBREW_LIBRARY_PATH/"prof" end