Skip to content

Commit 616d3a7

Browse files
authored
Merge pull request rails#53499 from Earlopain/sidekiq-warning
Temporarily allow sidekiq warning
2 parents 435fdfb + e2c5814 commit 616d3a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

activesupport/lib/active_support/testing/strict_warnings.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ class WarningError < StandardError; end
1010
PROJECT_ROOT = File.expand_path("../../../../", __dir__)
1111
ALLOWED_WARNINGS = Regexp.union(
1212
/circular require considered harmful.*delayed_job/, # Bug in delayed job.
13+
# TODO: Remove with the next sidekiq version bump
14+
/circular require considered harmful.*sidekiq/,
1315

1416
# Expected non-verbose warning emitted by Rails.
1517
/Ignoring .*\.yml because it has expired/,

0 commit comments

Comments
 (0)