Add feature_flag Tag to Verify UI Defined Variable Tests
What does this MR do and why?
Currently, adding metadata tags to shared contexts is not recognized by our custom RSpec formatters like QuarantineFormatter
or FeatureFlagFormatter
. A separate issue has been created for that here: https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/1274+
This is causing the following tests to fail as they are not being skipped on live environments due to feature flag usage: Failures in qa/specs/features/browser_ui/4_veri... (#359685 - closed)
In the meantime, moving the feature_flag
tag to the spec files themselves will allow the tests to be skipped on live environments and get canary and production pipelines passing.
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.