Skip to content

skip_gitaly_mock disables Gitaly in specs

Kim Carlbäcker requested to merge gitaly-fix-broken-specs into master

What does this MR do?

Makes :skip_gitaly_mock disable Gitaly instead of just returning whatever it "normaly would". This is required since we now have "opt-out" migrations that needs to be disabled inside some tests.

See e.g. https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/40314908

Does this MR meet the acceptance criteria?

Merge request reports