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>2022-07-02 15:08:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-02 15:08:31 +0300
commit082a21ddd4d13dd00fc443ecc29c6cc5c1229423 (patch)
treea5e18db615d097574f6aa932ab1d5a1782f854e5 /spec/spec_helper.rb
parent6c4491e9365c6749fb7f2fb9826c450c3035a417 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index d01af996141..06d6a8d9c0f 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -289,6 +289,10 @@ RSpec.configure do |config|
stub_feature_flags(ci_queueing_disaster_recovery_disable_fair_scheduling: false)
stub_feature_flags(ci_queueing_disaster_recovery_disable_quota: false)
+ # It's disabled in specs because we don't support certain features which
+ # cause spec failures.
+ stub_feature_flags(use_click_house_database_for_error_tracking: false)
+
enable_rugged = example.metadata[:enable_rugged].present?
# Disable Rugged features by default