dev-cmd/tests: disable forcing brew wrapper in tests.

Otherwise, various integration tests will fail under some
configurations.
This commit is contained in:
Mike McQuaid 2025-01-23 16:06:23 +00:00
parent a3b0f9e536
commit 9cc9dd8760
No known key found for this signature in database

View File

@ -215,6 +215,7 @@ module Homebrew
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"