diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 78eb353b2af4c70d1b706e2565d96afda00c29d5..274bc3ee135f539b28dbc3975e673ccbf9b823e4 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -343,10 +343,6 @@ # Please see https://gitlab.com/groups/gitlab-org/-/epics/17482 for tracking the progress. stub_feature_flags(project_commits_refactor: false) - # New issue page can cause tests to fail if they link to issue or issue list page - # Default false while we make it compatible - stub_feature_flags(work_item_view_for_issues: false) - # New approval rules cause tests to fail # Default false while we make them compatible stub_feature_flags(v2_approval_rules: false)