From bff7ce131bfd5076c3f382501e04aab64136a7a7 Mon Sep 17 00:00:00 2001 From: Matt D'Angelo Date: Wed, 8 Oct 2025 10:22:40 +1030 Subject: [PATCH] Don't stub false in specs --- spec/spec_helper.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 78eb353b2af4c7..274bc3ee135f53 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) -- GitLab