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>2021-05-06 18:10:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-06 18:10:17 +0300
commit0a5ea888dca19dec6ce473a88c35a4ef95f61a9c (patch)
tree6507f8bd191ebe9f1e73e0d76c36b226f18c595f /spec/spec_helper.rb
parent25db9c1230f7b54a7337b3d2dfe714478a7d54f0 (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 4a3227cc9f5..34f9d189d71 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -253,6 +253,9 @@ RSpec.configure do |config|
# tests, until we introduce it in user settings
stub_feature_flags(forti_token_cloud: false)
+ # This feature flag is by default disabled and used in disaster recovery mode
+ stub_feature_flags(ci_queueing_disaster_recovery: false)
+
enable_rugged = example.metadata[:enable_rugged].present?
# Disable Rugged features by default