[None][infra] Only print and don't fail the check if there are duplicated items in waives.txt (#9068)

Signed-off-by: qqiao <qqiao@nvidia.com>
This commit is contained in:
Emma Qiao 2025-11-11 19:04:59 +08:00 committed by GitHub
parent 0ce22ce928
commit 22f1523f9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -261,7 +261,7 @@ def main():
print(
"Duplicate test names found in waives.txt, please delete one or combine them first!!!\n"
)
pass_flag = False
# pass_flag = False
non_existent_cases_file = os.path.join(llm_src, "nonexits_cases.json")
if os.path.isfile(non_existent_cases_file) and os.path.getsize(