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-09-28 21:12:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-28 21:12:54 +0300
commit46c019ae69759f91eb6e71e4aa4dd9b23b136f60 (patch)
treee10adff0692edd28275aa66a3a27a8b15c5fbd0c /spec/spec_helper.rb
parent33d999642a05b1c83c8230cac46086493e7fb368 (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, 0 insertions, 4 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index d352feb783d..be5848ab3c7 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -330,10 +330,6 @@ RSpec.configure do |config|
stub_feature_flags(disable_anonymous_project_search: false)
stub_feature_flags(disable_cancel_redundant_pipelines_service: false)
- # Specs should not get a CAPTCHA challenge by default, this makes the sign-in flow simpler in
- # most cases. We do test the CAPTCHA flow in the appropriate specs.
- stub_feature_flags(arkose_labs_login_challenge: false)
-
# Specs should not require email verification by default, this makes the sign-in flow simpler in
# most cases. We do test the email verification flow in the appropriate specs.
stub_feature_flags(require_email_verification: false)