We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b81c1f commit 06b640eCopy full SHA for 06b640e
cwltest/utils.py
@@ -343,11 +343,6 @@ def parse_results(
343
for t in tags:
344
nfailures[t].append(test_report)
345
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)
351
elif category != REQUIRED and return_code == UNSUPPORTED_FEATURE:
352
unsupported += 1
353
0 commit comments