Skip to content

Fix Multistore FF check for empty test DB

Aleksei Lipniagov requested to merge 346836-fix-multistore-ff-check into master

What does this MR do and why?

Fixes #346836 (closed) by safeguarding Feature Flag checks with feature_flags_available?.

How to set up and validate locally

RAILS_ENV=test bundle exec rake db:purge
RAILS_ENV=test bundle exec rake db:setup

will break on master, won't on this branch.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #346836 (closed)

Edited by Aleksei Lipniagov

Merge request reports