Skip to content

Commit

Permalink
dev-cmd/tests: disable forcing brew wrapper in tests.
Browse files Browse the repository at this point in the history
Otherwise, various integration tests will fail under some
configurations.
  • Loading branch information
MikeMcQuaid committed Jan 23, 2025
1 parent a3b0f9e commit 9cc9dd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/dev-cmd/tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def setup_environment!
ENV["HOMEBREW_TEST_GENERIC_OS"] = "1" if args.generic?
ENV["HOMEBREW_TEST_ONLINE"] = "1" if args.online?
ENV["HOMEBREW_SORBET_RUNTIME"] = "1"
ENV["HOMEBREW_NO_FORCE_BREW_WRAPPER"] = "1"

# TODO: remove this and fix tests when possible.
ENV["HOMEBREW_NO_INSTALL_FROM_API"] = "1"
Expand Down

0 comments on commit 9cc9dd8

Please sign in to comment.