Skip to content

Commit b4a81e0

Browse files
return Skipped
1 parent 442f34f commit b4a81e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/MainDriverApi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,8 +702,8 @@ def run_all_test_steps_in_a_test_case(
702702
# from the returned step results, it finds out the test case result
703703
def calculate_test_case_result(sModuleInfo, TestCaseID, run_id, sTestStepResultList, testcase_info):
704704
if CommonUtil.testcase_exit:
705-
sTestCaseStatus = CommonUtil.testcase_exit
706705
CommonUtil.ExecLog(sModuleInfo, f"Test Case {CommonUtil.testcase_exit}", 1)
706+
return CommonUtil.testcase_exit
707707
elif "BLOCKED" in sTestStepResultList:
708708
CommonUtil.ExecLog(sModuleInfo, "Test Case Blocked", 3)
709709
return "Blocked"

0 commit comments

Comments
 (0)