Skip to content

Fix failing spec in spec/requests/api/projects_spec.rb

Stan Hu requested to merge sh-fix-failing-fork-spec into master

Specs were failing due to Sidekiq jobs not actually executing, which caused them to be stuck in the scheduled instead of the started state.

Closes #33340 (closed)

Merge request reports