Our QA Wolf tests do not (currently) create a metadata file so this function throws when trying to read the non-existent file and causes the test to "fail" (exit with non-zero) even though the test itself ran correctly.
Resolution
Move the try up a bit so it catches this failure and logs the metadata access error but doesn't fail the test
Issue
Our QA Wolf tests do not (currently) create a metadata file so this function throws when trying to read the non-existent file and causes the test to "fail" (exit with non-zero) even though the test itself ran correctly.
Resolution
Move the
try
up a bit so it catches this failure and logs the metadata access error but doesn't fail the test