Skip to content

Commit 7be446d

Browse files
EmmaQiaoChsuyoggupta
authored andcommitted
[None][infra] Only print and don't fail the check if there are duplicated items in waives.txt (NVIDIA#9068)
Signed-off-by: qqiao <qqiao@nvidia.com>
1 parent 9181244 commit 7be446d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_test_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def main():
261261
print(
262262
"Duplicate test names found in waives.txt, please delete one or combine them first!!!\n"
263263
)
264-
pass_flag = False
264+
# pass_flag = False
265265

266266
non_existent_cases_file = os.path.join(llm_src, "nonexits_cases.json")
267267
if os.path.isfile(non_existent_cases_file) and os.path.getsize(

0 commit comments

Comments
 (0)