Skip to content

Commit 4486245

Browse files
authored
Merge pull request #20950 from Homebrew/internal_tests
dev-cmd/tests: remove HOMEBREW_USE_INTERNAL_API from test environment.
2 parents d3a6118 + e82acc4 commit 4486245

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Library/Homebrew/dev-cmd/tests.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ def setup_environment!
230230
ENV.delete(env)
231231
end
232232

233+
# Tests go boom right now with internal API enabled.
234+
ENV.delete("HOMEBREW_USE_INTERNAL_API")
235+
233236
# Fetch JSON API files if needed.
234237
require "api"
235238
Homebrew::API.fetch_api_files!

0 commit comments

Comments
 (0)