microsoft / mu_feature_config

Project Mu - Feature Repo - UEFI User Config and Management Support
https://microsoft.github.io/mu/
Other
20 stars 27 forks source link

SetupDataPkg/ConfigKnobShimLib: Correct unit test compilation errors. #369

Closed apop5 closed 4 months ago

apop5 commented 4 months ago

Description

Unit tests started failing due to compilation errors. This stemmed from a bug fixed in https://github.com/microsoft/mu_basecore/pull/891. Once this bug was fixed, the unit tests starting to be compiled which blocked pipelines.

Checking previous pipelines, these tests were not compiled due to the above mentioned bug.

Once the fix was cherry picked back into basecore 202302, it started blocking the pipelines.

For each item, place an "x" in between [ and ] if true. Example: [x]. (you can also check items in the GitHub UI)

How This Was Tested

Ran CI locally and resolved issues.

Integration Instructions

N/A