summaryrefslogtreecommitdiff
path: root/spec/finders/ci/pipelines_finder_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/finders/ci/pipelines_finder_spec.rb')
-rw-r--r--spec/finders/ci/pipelines_finder_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/finders/ci/pipelines_finder_spec.rb b/spec/finders/ci/pipelines_finder_spec.rb
index a2e8fe8df5a..9ce3becf013 100644
--- a/spec/finders/ci/pipelines_finder_spec.rb
+++ b/spec/finders/ci/pipelines_finder_spec.rb
@@ -260,16 +260,6 @@ RSpec.describe Ci::PipelinesFinder do
end
end
- context 'when pipeline_name feature flag is off' do
- before do
- stub_feature_flags(pipeline_name: false)
- end
-
- it 'ignores name parameter' do
- is_expected.to contain_exactly(pipeline, pipeline_other)
- end
- end
-
context 'when pipeline_name_search feature flag is off' do
before do
stub_feature_flags(pipeline_name_search: false)