Skip to content

Commit

Permalink
skip retry_on tests with rails < 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
modosc committed Jan 11, 2025
1 parent daee3d8 commit b069570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-rails/spec/sentry/rails/activejob_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def perform(event, hint)
end
end

describe "active_job_report_after_job_retries" do
describe "active_job_report_after_job_retries", skip: Rails.version.to_f < 5.1 do
before do
allow(Sentry::Rails::ActiveJobExtensions::SentryReporter)
.to receive(:capture_exception)
Expand Down

0 comments on commit b069570

Please sign in to comment.