Skip to content

[QA] Fix arguments passed to RSpec::Core::Runner

Rémy Coutable requested to merge qa-fix-specs-runner-when-args-given into master

What does this MR do?

Currently, if you try to pass --tag foo to an instance-level QA scenario, the orchestrated tag is still excluded, which isn't what we want. Here is an example: https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/95489725.

This MR fixes this use-case and adds several test cases.

Does this MR meet the acceptance criteria?

Merge request reports