Skip to content

Commit 06b640e

Browse files
tom-tanmr-c
authored andcommitted
Remove redundant code
1 parent 8b81c1f commit 06b640e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cwltest/utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,6 @@ def parse_results(
343343
for t in tags:
344344
nfailures[t].append(test_report)
345345
test_case.add_failure_info(output=test_result.message)
346-
elif return_code == UNSUPPORTED_FEATURE and category == REQUIRED:
347-
failures += 1
348-
for t in tags:
349-
nfailures[t].append(test_report)
350-
test_case.add_failure_info(output=test_result.message)
351346
elif category != REQUIRED and return_code == UNSUPPORTED_FEATURE:
352347
unsupported += 1
353348
for t in tags:

0 commit comments

Comments
 (0)