Skip to content

Commit 869ade2

Browse files
committed
We really cannot use eager_load in tests
This makes code loading so unstable that it makes no sense.
1 parent 53df1c2 commit 869ade2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-sidekiq/spec/sentry/rails_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def self.name
2222

2323
app.config.hosts = nil
2424
app.config.secret_key_base = "test"
25-
app.config.eager_load = true
25+
app.config.eager_load = false
2626
app.initializer :configure_sentry do
2727
Sentry.init do |config|
2828
config.release = 'beta'

0 commit comments

Comments
 (0)