Skip to content

Commit e2c5814

Browse files
committed
Temporarily allow sidekiq warning
It's already fixed on main but not released yet
1 parent 0e3e0d1 commit e2c5814

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)