Skip to content

Commit

Permalink
Merge pull request #185 from puppetlabs/maint/master/osx-aint-supported
Browse files Browse the repository at this point in the history
ntp is not supported on osx
  • Loading branch information
hunner committed Aug 14, 2014
2 parents 7d3e9fb + d8573f6 commit 1fa37ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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?
Expand Down

0 comments on commit 1fa37ef

Please sign in to comment.