Skip to content

Commit 7efa6bc

Browse files
committed
Restore redis patch
1 parent 41f22e0 commit 7efa6bc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sentry-sidekiq/spec/spec_helper.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,6 @@ def perform_basic_setup
345345
config.background_worker_threads = 0
346346
config.transport.transport_class = Sentry::DummyTransport
347347

348-
# This causes failures in Sidekiq < 7.0
349-
#
350-
# TODO: why is redis patch enabled by default?
351-
config.enabled_patches.delete(:redis)
352-
353348
yield config if block_given?
354349
end
355350
end

0 commit comments

Comments
 (0)