Skip to content

Add feature_flag Tag to Verify UI Defined Variable Tests

Valerie Burton requested to merge add-feature-flag-tag-to-ui-variable-tests into master

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.

Merge request reports

Loading