Skip to content

Set QA_IMAGE to nil in Gitlab::QA::Component::Specs tests

James Nutt requested to merge fix-specs-spec-when-qa-image-is-given into master

In CI, QA_IMAGE could be set and modify the tests' behavior. Ensure we reset it to nil.

This will avoid spec failures when downstream pipelines are triggered from https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56110#note_532389170.

Edited by James Nutt

Merge request reports