os/mac/diagnostic: don't check for prerelease macOS in integration tests
This commit is contained in:
parent
f50b87031e
commit
8076c9e569
@ -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?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user