Skip to content

Call the original for all other YAML load_file calls

Marc Shaw requested to merge fix_gitlab_tracking_spec_oct_2023 into master

What does this MR do and why?

We were getting multiple gitlab tracking spec failures (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1050011535, https://gitlab.com/gitlab-org/gitlab/-/pipelines/1050053210) as another file was calling the YAML as well.

We can pass on all the other calls, except the one we are expecting to occur.

Edited by Marc Shaw

Merge request reports