summaryrefslogtreecommitdiff
path: root/spec/lib
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2019-07-16 11:32:57 +0000
committerBob Van Landuyt <bob@gitlab.com>2019-07-16 11:32:57 +0000
commite3c57e1c50df9253aa03ba77df23a83e68844366 (patch)
treec4aec10c182818a691ecee2920b2fba5131b8a86 /spec/lib
parentaec9bf9edae518e9c6a27873ac30273da07c6c9f (diff)
parentc77d7837bb5e564623b5121e706d76ab7230985b (diff)
downloadgitlab-ce-e3c57e1c50df9253aa03ba77df23a83e68844366.tar.gz
Merge branch 'jc-remove-catfile-flag' into 'master'
Remove catfile cache feature flag See merge request gitlab-org/gitlab-ce!30750
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/gitlab/gitaly_client_spec.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/lib/gitlab/gitaly_client_spec.rb b/spec/lib/gitlab/gitaly_client_spec.rb
index eed233f1f3e..b8debee3b58 100644
--- a/spec/lib/gitlab/gitaly_client_spec.rb
+++ b/spec/lib/gitlab/gitaly_client_spec.rb
@@ -171,17 +171,6 @@ describe Gitlab::GitalyClient do
end
end
end
-
- context 'when catfile-cache feature is disabled' do
- before do
- stub_feature_flags({ 'gitaly_catfile-cache': false })
- end
-
- it 'does not set the gitaly-session-id in the metadata' do
- results = described_class.request_kwargs('default', nil)
- expect(results[:metadata]).not_to include('gitaly-session-id')
- end
- end
end
describe 'enforce_gitaly_request_limits?' do