Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan authored and mr-c committed Jul 9, 2024
1 parent 8b81c1f commit 06b640e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cwltest/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,6 @@ def parse_results(
for t in tags:
nfailures[t].append(test_report)
test_case.add_failure_info(output=test_result.message)
elif return_code == UNSUPPORTED_FEATURE and category == REQUIRED:
failures += 1
for t in tags:
nfailures[t].append(test_report)
test_case.add_failure_info(output=test_result.message)
elif category != REQUIRED and return_code == UNSUPPORTED_FEATURE:
unsupported += 1
for t in tags:
Expand Down

0 comments on commit 06b640e

Please sign in to comment.