disable pw_hash test on sles, as it only supports md5
This commit is contained in:
parent
21feb4b1f1
commit
615227918a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
require 'spec_helper_acceptance'
|
||||
|
||||
# Windows and OS X do not have useful implementations of crypt(3)
|
||||
describe 'pw_hash function', :unless => (UNSUPPORTED_PLATFORMS + ['windows', 'Darwin']).include?(fact('operatingsystem')) do
|
||||
describe 'pw_hash function', :unless => (UNSUPPORTED_PLATFORMS + ['windows', 'Darwin', 'SLES']).include?(fact('operatingsystem')) do
|
||||
describe 'success' do
|
||||
it 'hashes passwords' do
|
||||
pp = <<-EOS
|
||||
|
|
Loading…
Reference in a new issue