Skip to content

More hanging decomposed specs

From https://gitlab.com/gitlab-org/gitlab/-/jobs/2207601534 we have at least:

Environment > Metrics
  without deployments
    behaves like has environment selector
      has a working environment selector
  with deployments and related deployable present
ERROR: Job failed: execution took longer than 3h0m0s seconds
  1. bin/rspec --format documentation spec/features/projects/environments/environment_metrics_spec.rb:53

From https://gitlab.com/gitlab-org/gitlab/-/jobs/2206828363 we also have:

User browses a job
  erases the job log
  with unarchived trace artifact
    shows no trace message
  with a failed job and live trace
    displays the failure reason
    with unarchived trace artifact
      displays the failure reason from the live trace
  when a failed job has been retried
  1. bin/rspec --format documentation spec/features/projects/jobs/user_browses_job_spec.rb -e 'when a failed job has been retried'

See #337039 (closed) for how these were solved last time.

Edited by Thong Kuah