Commit a54ee323 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch '33152-fix-quarantine-jobs' into 'master'

Fix the 'rspec_simple_job' helper function so that quarantined tests run

Closes #33152

See merge request gitlab-org/gitlab!17958
parents 10ff116e af3d3a8e
...@@ -44,7 +44,7 @@ function rspec_simple_job() { ...@@ -44,7 +44,7 @@ function rspec_simple_job() {
scripts/gitaly-test-spawn scripts/gitaly-test-spawn
bin/rspec --color --format documentation --format RspecJunitFormatter --out junit_rspec.xml "${rspec_opts}" bin/rspec --color --format documentation --format RspecJunitFormatter --out junit_rspec.xml ${rspec_opts}
} }
function rspec_paralellized_job() { function rspec_paralellized_job() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment