Skip to content

Commit 1fa37ef

Browse files
committed
Merge pull request #185 from puppetlabs/maint/master/osx-aint-supported
ntp is not supported on osx
2 parents 7d3e9fb + d8573f6 commit 1fa37ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'beaker-rspec'
22

3-
UNSUPPORTED_PLATFORMS = [ 'windows' ]
3+
UNSUPPORTED_PLATFORMS = [ 'windows', 'Darwin' ]
44

55
unless ENV['RS_PROVISION'] == 'no' or ENV['BEAKER_provision'] == 'no'
66
if hosts.first.is_pe?

0 commit comments

Comments
 (0)