Skip to content

Commit 31222fd

Browse files
authored
Merge pull request #1412 from puppetlabs/comment_out_pending
(maint) Comment out pending test
2 parents 1fb7245 + 94c92bd commit 31222fd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

spec/functions/mysql_password_spec.rb

+6-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@
2323
is_expected.to run.with_params(sensitive('password')).and_return('*2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19')
2424
end
2525

26-
# Test of a Returnvalue of Datatype Sensitive does not work
27-
it 'returns Sensitive with sensitive=true' do
28-
pending 'should have a Returnvalue of Datatype Sensitive'
29-
is_expected.to run.with_params('password', true).and_return(sensitive('*2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19'))
30-
end
26+
# Commented out due to: IAC-1677
27+
# Test of a Returnvalue of Datatype Sensitive does not work IAC-1679
28+
# it 'returns Sensitive with sensitive=true' do
29+
# pending 'should have a Returnvalue of Datatype Sensitive'
30+
# is_expected.to run.with_params('password', true).and_return(sensitive('*2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19'))
31+
# end
3132

3233
it 'password should be String' do
3334
is_expected.to run.with_params(123).and_raise_error(ArgumentError)

0 commit comments

Comments
 (0)