os/mac/diagnostic: don't check for prerelease macOS in integration tests

This commit is contained in:
Bo Anderson 2021-09-09 16:53:52 +01:00
parent f50b87031e
commit 8076c9e569
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -106,6 +106,7 @@ module Homebrew
def check_for_unsupported_macos def check_for_unsupported_macos
return if Homebrew::EnvConfig.developer? return if Homebrew::EnvConfig.developer?
return if ENV["HOMEBREW_INTEGRATION_TEST"]
who = +"We" who = +"We"
what = if OS::Mac.version.prerelease? what = if OS::Mac.version.prerelease?