Rails 6 inconsistently overrides ActiveJob queue_adapter setting with TestAdapter · Issue #37270 · rails/rails
Summary Like many folks, I set this in my config/environments/test.rb file: config.active_job.queue_adapter = :inline The reason I do this is to have easy-to-test, deterministic behavior of any pot...