diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-11 23:08:51 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-11 23:08:51 +0000 |
commit | d2a2bf76efc5ea06a5f038811a9e771f30e5a59c (patch) | |
tree | 3fe8dcc7ef61e59e9e9cb7c5ddab353859c3df8f /spec | |
parent | 9025d53443ae9708675aaa5b035fdb79562bebad (diff) | |
download | gitlab-ce-d2a2bf76efc5ea06a5f038811a9e771f30e5a59c.tar.gz |
Add latest changes from gitlab-org/gitlab@15-8-stable-ee
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/callouts/registration_enabled_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/callouts/registration_enabled_spec.rb b/spec/features/callouts/registration_enabled_spec.rb index ac7b68876da..15c900592a1 100644 --- a/spec/features/callouts/registration_enabled_spec.rb +++ b/spec/features/callouts/registration_enabled_spec.rb @@ -50,7 +50,7 @@ RSpec.describe 'Registration enabled callout', feature_category: :authentication visit root_dashboard_path end - it 'does not display callout' do + it 'does not display callout', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/391192' do expect(page).not_to have_content callout_title end end |