diff --git a/ee/spec/features/registrations/saas/trial_flow_company_creating_project_spec.rb b/ee/spec/features/registrations/saas/trial_flow_company_creating_project_spec.rb index 4de3bb6e4c4572c1b4a1d359b5d7a108f2644e11..fabc8915cce99b136df43bfddf2d85f90b9ba022 100644 --- a/ee/spec/features/registrations/saas/trial_flow_company_creating_project_spec.rb +++ b/ee/spec/features/registrations/saas/trial_flow_company_creating_project_spec.rb @@ -11,7 +11,8 @@ end with_them do - it 'registers the user and creates a group and project reaching onboarding', :snowplow_micro, :sidekiq_inline do + it 'registers the user and creates a group and project reaching onboarding', :snowplow_micro, :sidekiq_inline, + quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/543858' do sign_up_method.call(glm_params) ensure_onboarding { expect_to_see_welcome_form }