Skip to content

Commit

Permalink
Update Test Exemptions (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorBeebe authored Jul 21, 2023
1 parent c670206 commit 3fbb9d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Platforms/QemuQ35Pkg/PlatformBuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Declare test whose failure will not return a non-zero exit code
FAILURE_EXEMPT_TESTS = {
"VariablePolicyFuncTestApp.efi": datetime.datetime(2023, 4, 21, 0, 0, 0),
"VariablePolicyFuncTestApp.efi": datetime.datetime(2023, 7, 20, 0, 0, 0),
}

# Allow failure exempt tests to be ignored for 90 days
Expand Down
5 changes: 2 additions & 3 deletions Platforms/QemuSbsaPkg/PlatformBuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@

# Declare test whose failure will not return a non-zero exit code
FAILURE_EXEMPT_TESTS = {
"VariablePolicyFuncTestApp.efi": datetime.datetime(2023, 4, 21, 0, 0, 0),
"DxePagingAuditTestApp.efi": datetime.datetime(2023, 4, 21, 0, 0, 0),
"BaseCryptLibUnitTestApp.efi": datetime.datetime(2023, 4, 21, 0, 0, 0),
"VariablePolicyFuncTestApp.efi": datetime.datetime(2023, 7, 20, 0, 0, 0),
"DxePagingAuditTestApp.efi": datetime.datetime(2023, 7, 20, 0, 0, 0),
}

# Allow failure exempt tests to be ignored for 90 days
Expand Down

0 comments on commit 3fbb9d4

Please sign in to comment.