remove this line. it will block pipelines without unit test

This commit is contained in:
Fu Hanxi 2020-07-06 19:05:39 +08:00
parent 4087152305
commit 34f459c1e1

View file

@ -171,7 +171,6 @@ class UnitTestAssignTest(CIAssignTest.AssignTest):
test_cases.extend(get_test_cases_from_yml(self.test_case_path))
else:
print("Test case path is invalid. Should only happen when use @bot to skip unit test.")
raise SystemExit(1)
# filter keys are lower case. Do map lower case keys with original keys.
try: