Skip to content

Skips running tests with feature flags on pre.gitlab.com

Sean Gregory requested to merge e2e/pre-context-selector into master

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

  1. 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.

Merge request reports