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-08-14 12:09:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-14 12:09:10 +0300
commitbbacb6748ab541728ac22ee71eb1ffd3884d2a10 (patch)
tree66c2f4168f1b2c3d13284b11e1da2811d5cf3aae /spec/spec_helper.rb
parent478659ed8acd1bf10fb44d752c830a82afe9ffdf (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 60655a3cf50..19e32837b13 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -345,6 +345,9 @@ RSpec.configure do |config|
# Keep-around refs should only be turned off for specific projects/repositories.
stub_feature_flags(disable_keep_around_refs: false)
+ # Postgres is the primary data source, and ClickHouse only when enabled in certain cases.
+ stub_feature_flags(clickhouse_data_collection: false)
+
allow(Gitlab::GitalyClient).to receive(:can_use_disk?).and_return(enable_rugged)
else
unstub_all_feature_flags