diff options
author | Liming Gao <gaoliming@byosoft.com.cn> | 2022-08-26 10:05:50 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-08-28 02:17:24 +0000 |
commit | 722e03bc2e903f1b6d1bc6249360d92f72d0505a (patch) | |
tree | a158f95fdeceee1179016750ca8fa631976f3e9a /UefiCpuPkg/UefiCpuPkg.ci.yaml | |
parent | 0ede7cad73dda686afa2ea0eb2a787f48ec666aa (diff) | |
download | edk2-722e03bc2e903f1b6d1bc6249360d92f72d0505a.tar.gz edk2-722e03bc2e903f1b6d1bc6249360d92f72d0505a.tar.bz2 edk2-722e03bc2e903f1b6d1bc6249360d92f72d0505a.zip |
Revert "UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test"
This reverts commit 2812668bfc121ee792cf3302195176ef4a2ad0bc for tag202208.
This feature will be merged after stable tag 202208 is created.
Signed-off-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Zhiguang Liu <zhiguang.liu@intel.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'UefiCpuPkg/UefiCpuPkg.ci.yaml')
-rw-r--r-- | UefiCpuPkg/UefiCpuPkg.ci.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/UefiCpuPkg/UefiCpuPkg.ci.yaml b/UefiCpuPkg/UefiCpuPkg.ci.yaml index bbdc44a45b..6e0ab95fd8 100644 --- a/UefiCpuPkg/UefiCpuPkg.ci.yaml +++ b/UefiCpuPkg/UefiCpuPkg.ci.yaml @@ -15,7 +15,6 @@ ## "<ErrorID>", "<KeyWord>"
## ]
"ExceptionList": [
- "8006", "main"
],
## Both file path and directory path are accepted.
"IgnoreFiles": [
@@ -39,8 +38,7 @@ ],
# For host based unit tests
"AcceptableDependencies-HOST_APPLICATION":[
- "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec",
- "CryptoPkg/CryptoPkg.dec"
+ "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"
],
# For UEFI shell based apps
"AcceptableDependencies-UEFI_APPLICATION":[],
|