Commit 1c9f21e0 authored by Igor Drozdov's avatar Igor Drozdov

Merge branch 'fj-fix-unstabbing-ff-in-test' into 'master'

Disable :main_branch_over_master ff on before suite

See merge request gitlab-org/gitlab!84042
parents a18b8ba9 b19da68a
......@@ -237,6 +237,7 @@ RSpec.configure do |config|
# Enable all features by default for testing
# Reset any changes in after hook.
stub_all_feature_flags
stub_feature_flags(main_branch_over_master: false)
TestEnv.seed_db
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