Skip to content

Commit eeffdc3

Browse files
committed
twister: do not mark tests as blocked if a testsuite has passed
Do not set status as blocked on testsuites which passed. The sub cases with no status will get a processed later. Fixes #45845 Signed-off-by: Anas Nashif <[email protected]>
1 parent bdafd89 commit eeffdc3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/pylib/twister/twisterlib.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -963,11 +963,6 @@ def handle(self):
963963
if harness.is_pytest:
964964
harness.pytest_run(self.log)
965965

966-
# sometimes a test instance hasn't been executed successfully with no
967-
# status, in order to include it into final report,
968-
# so fill the results as blocked
969-
self.instance.add_missing_testscases("blocked")
970-
971966
self.instance.execution_time = handler_time
972967
if harness.state:
973968
self.instance.status = harness.state

0 commit comments

Comments
 (0)