BigW Consortium Gitlab

Commit 11e03bf4 by Rémy Coutable

Merge branch 'sh-disable-flipper-midddlware-tests' into 'master'

Disable Flipper memoizer in tests to avoid transient failures Closes #34278 See merge request !12656
parents dc793933 416c6754
require 'flipper/middleware/memoizer'
Rails.application.config.middleware.use Flipper::Middleware::Memoizer,
lambda { Feature.flipper }
unless Rails.env.test?
Rails.application.config.middleware.use Flipper::Middleware::Memoizer,
lambda { Feature.flipper }
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment