Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-05 09:09:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-05 09:09:09 +0300
commitafcff137096463cd55bf4776c83a76d648b03dc5 (patch)
treebc1630c34dd0576c1f4fc4961e056d1657ba1a24 /spec/finders
parentd3a6ff4c0ba36cb71fd8b6d2a894f00e0934774b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/finders')
-rw-r--r--spec/finders/group_descendants_finder_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/finders/group_descendants_finder_spec.rb b/spec/finders/group_descendants_finder_spec.rb
index 9d528355f54..14cbb6a427c 100644
--- a/spec/finders/group_descendants_finder_spec.rb
+++ b/spec/finders/group_descendants_finder_spec.rb
@@ -276,14 +276,6 @@ RSpec.describe GroupDescendantsFinder do
end
it_behaves_like 'filter examples'
-
- context 'when feature flag :linear_group_descendants_finder_upto is disabled' do
- before do
- stub_feature_flags(linear_group_descendants_finder_upto: false)
- end
-
- it_behaves_like 'filter examples'
- end
end
end
end