Change Runtime::Env.enabled? back to public method
What does this MR do and why?
https://gitlab.com/gitlab-org/gitlab-qa/-/merge_requests/1112 had changed enabled?
in lib/gitlab/qa/runtime/env.rb
to a private method, which broke the ee:importers
job in e2e:package-and-test
This MR makes enabled?
a public method again
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by James Nutt