diff --git a/ee/spec/features/trial_registrations/signup_spec.rb b/ee/spec/features/trial_registrations/signup_spec.rb index d363e367131a34cad43d5f15d2f8f21b8501ac8b..ea51b71dd087c6a7d3c360aa41b0f35666c47872 100644 --- a/ee/spec/features/trial_registrations/signup_spec.rb +++ b/ee/spec/features/trial_registrations/signup_spec.rb @@ -109,7 +109,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