Skip to content

Commit

Permalink
Edit comment to illumante both cases
Browse files Browse the repository at this point in the history
  • Loading branch information
tallenaz committed Sep 4, 2018
1 parent 75d1b3b commit ccf9ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/audit_results_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
audit_results.report_results
end
it 'sends results in HONEYBADGER_REPORT_CODES errors' do
skip "Temporarily turning this off to ease honeybadger throttling"
skip "Temporarily turning this off to ease honeybadger throttling and worflow choking"
code = AuditResults::ZIP_PART_NOT_FOUND
addl_hash = { endpoint_name: 'zip_ep', s3_key: "ab123cd4567.v0001.zip", bucket_name: 'bucket_name' }
audit_results.add_result(code, addl_hash)
Expand Down

0 comments on commit ccf9ab9

Please sign in to comment.