summaryrefslogtreecommitdiff
path: root/spec/features/callouts/registration_enabled_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/callouts/registration_enabled_spec.rb')
-rw-r--r--spec/features/callouts/registration_enabled_spec.rb2
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