diff options
author | Mukta A <mukta.aphale@clogeny.com> | 2013-09-01 13:01:01 +0530 |
---|---|---|
committer | adamedx <adamed@opscode.com> | 2013-09-03 15:28:49 -0700 |
commit | d4474142e3260e3a55326a8294c632a4f5d04518 (patch) | |
tree | c3e4b553c64d0d25827a35ceb9272e1e43bfdd2a /spec/spec_helper.rb | |
parent | f8b2763618a17e572de0acfcb92d412d45b88b73 (diff) | |
download | chef-d4474142e3260e3a55326a8294c632a4f5d04518.tar.gz |
Renamed unsupported_group_provider_platform
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 44456d3c5e..ec9293764a 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -107,7 +107,8 @@ RSpec.configure do |config| config.filter_run_excluding :windows32_only => true unless windows32? config.filter_run_excluding :system_windows_service_gem_only => true unless system_windows_service_gem? config.filter_run_excluding :unix_only => true unless unix? - config.filter_run_excluding :buggy_platforms => true if (os_x? or solaris? or freebsd? or File.exists?("/etc/SuSE-release")) + # Remove this filter once these issues are fixed: OC-9764, OC-9765, OC-9766, OC-9767 + config.filter_run_excluding :unsupported_group_provider_platform => true if (os_x? or solaris? or freebsd? or File.exists?("/etc/SuSE-release")) config.filter_run_excluding :supports_cloexec => true unless supports_cloexec? config.filter_run_excluding :selinux_only => true unless selinux_enabled? config.filter_run_excluding :ruby_18_only => true unless ruby_18? |