summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-30 15:01:04 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-30 15:01:04 +0000
commit51619a5fffdaa67522e48903f335e07c7055436c (patch)
treee1044af12238475102d72db84be3641c95aa5580
parentb4e105968714861fe96826e30e54e6cc76925703 (diff)
downloadgitlab-ce-51619a5fffdaa67522e48903f335e07c7055436c.tar.gz
Add latest changes from gitlab-org/security/gitlab@15-6-stable-ee
-rw-r--r--spec/features/users/login_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/features/users/login_spec.rb b/spec/features/users/login_spec.rb
index 5ca5bd72b79..2655b4f508c 100644
--- a/spec/features/users/login_spec.rb
+++ b/spec/features/users/login_spec.rb
@@ -926,7 +926,8 @@ RSpec.describe 'Login', :clean_gitlab_redis_sessions do
stub_omniauth_saml_config(enabled: true, auto_link_saml_user: true, allow_single_sign_on: ['saml'], providers: [mock_saml_config])
end
- it 'asks the user to accept the terms before setting an email' do
+ it 'asks the user to accept the terms before setting an email',
+ quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/388049', type: :flaky } do
expect(authentication_metrics)
.to increment(:user_authenticated_counter)