diff --git a/ee/spec/features/trial_registrations/signup_spec.rb b/ee/spec/features/trial_registrations/signup_spec.rb index e19c4e729b9b2139d2d2320a1a0500ca4e9db520..cf22e2da53a0433bd674fb646e5fc777c51818c4 100644 --- a/ee/spec/features/trial_registrations/signup_spec.rb +++ b/ee/spec/features/trial_registrations/signup_spec.rb @@ -111,7 +111,8 @@ allow(GitlabSubscriptions::Trials).to receive(:namespace_eligible?).and_return(true) end - it 'goes through the experiment trial registration flow' do + it 'goes through the experiment trial registration flow', + quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/553488' do visit new_trial_registration_path # Step 1