We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d3e9fb + d8573f6 commit 1fa37efCopy full SHA for 1fa37ef
spec/spec_helper_acceptance.rb
@@ -1,6 +1,6 @@
1
require 'beaker-rspec'
2
3
-UNSUPPORTED_PLATFORMS = [ 'windows' ]
+UNSUPPORTED_PLATFORMS = [ 'windows', 'Darwin' ]
4
5
unless ENV['RS_PROVISION'] == 'no' or ENV['BEAKER_provision'] == 'no'
6
if hosts.first.is_pe?
0 commit comments