Skips running tests with feature flags on pre.gitlab.com
What does this MR do and why?
This MR prevents running tests that require feature flags on pre.gitlab.com
.
pre.gitlab.com
does not have an admin account, so it cannot enable or disable feature flags.
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
cd qa && bundle exec rspec --require ./spec/spec_helper.rb ./spec/specs/helpers/feature_flag_spec.rb
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.