Skip to content

Commit ea37970

Browse files
committed
retry on error matching
1 parent 9074993 commit ea37970

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/acceptance/apt_keyring_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
end
2121

2222
it 'expects file content to be present and correct' do
23-
run_shell(PUPPETLABS_KEYRING_CHECK_COMMAND.to_s)
23+
retry_on_error_matching do
24+
run_shell(PUPPETLABS_KEYRING_CHECK_COMMAND.to_s)
25+
end
2426
end
2527
end
2628
end

0 commit comments

Comments
 (0)