Broken master: signup feature spec and registrations controller specs
https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/272741000
Finished in 9 minutes 20 seconds (files took 39.17 seconds to load)
273 examples, 3 failures, 7 pending
Failed examples:
rspec ./ee/spec/features/signup_spec.rb:12 # Signup on EE for Gitlab.com when the user checks the opt-in to email updates box creates the user and sets the email_opted_in field truthy
rspec ./ee/spec/features/signup_spec.rb:32 # Signup on EE for Gitlab.com when the user does not check the opt-in to email updates box creates the user and sets the email_opted_in field falsey
rspec ./ee/spec/features/signup_spec.rb:56 # Signup on EE not for Gitlab.com does not have a opt-in checkbox, it creates the user and sets email_opted_in to falsey
https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/272741023
Finished in 9 minutes 58 seconds (files took 45.73 seconds to load)
1081 examples, 3 failures, 3 pending
Failed examples:
rspec ./ee/spec/controllers/registrations_controller_spec.rb:8 # RegistrationsController#create when the user opted-in sets the rest of the email_opted_in fields
rspec ./ee/spec/controllers/registrations_controller_spec.rb:21 # RegistrationsController#create when the user opted-out does not set the rest of the email_opted_in fields
rspec ./ee/spec/controllers/registrations_controller_spec.rb:32 # RegistrationsController#create when recaptcha experiment enabled logs a 'User Created' message including the experiment state