Skip to content

Commit ccca6db

Browse files
committed
twister: Eliminate 'A None status detected'
This is just annoying. Signed-off-by: Keith Packard <[email protected]>
1 parent 854c3f9 commit ccca6db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/pylib/twister/twisterlib/runner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,8 +1523,8 @@ def _add_instance_testcases_to_status_counts(instance, results, decrement=False)
15231523
# but having those statuses in this part of processing is an error.
15241524
case TwisterStatus.NONE:
15251525
results.none_cases_increment(increment_value)
1526-
logger.warning(f'A None status detected in instance {instance.name},'
1527-
f' test case {tc.name}.')
1526+
# logger.warning(f'A None status detected in instance {instance.name},'
1527+
# f' test case {tc.name}.')
15281528
results.warnings_increment(1)
15291529
case TwisterStatus.STARTED:
15301530
results.started_cases_increment(increment_value)

0 commit comments

Comments
 (0)