diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 88bc3b03..68d4e737 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -1,6 +1,6 @@ require 'beaker-rspec' -UNSUPPORTED_PLATFORMS = [ 'windows' ] +UNSUPPORTED_PLATFORMS = [ 'windows', 'Darwin' ] unless ENV['RS_PROVISION'] == 'no' or ENV['BEAKER_provision'] == 'no' if hosts.first.is_pe?