Skip to content

Change Runtime::Env.enabled? back to public method

George Koltsov requested to merge change-enabled-back-to-public-method into master

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.

Edited by George Koltsov

Merge request reports