Skip to content

Commit 1dd82ab

Browse files
authored
Merge pull request rails#53589 from Earlopain/sidekiq-warning-revert
Revert "Temporarily allow sidekiq warning"
2 parents f580508 + cf01d8e commit 1dd82ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

activesupport/lib/active_support/testing/strict_warnings.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ 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/,
1513

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

0 commit comments

Comments
 (0)