remove mapsd exit code exception (#30398)
old-commit-hash: af86e305669b477d76a14485bd750f843aa0175d
This commit is contained in:
@@ -66,10 +66,6 @@ class TestManager(unittest.TestCase):
|
||||
|
||||
self.assertNotIn(p.name, BLACKLIST_PROCS, f"{p.name} was started")
|
||||
|
||||
# TODO: mapsd should exit cleanly
|
||||
if p.name == "mapsd":
|
||||
continue
|
||||
|
||||
self.assertTrue(exit_code is not None, f"{p.name} failed to exit")
|
||||
|
||||
# TODO: interrupted blocking read exits with 1 in cereal. use a more unique return code
|
||||
|
||||
Reference in New Issue
Block a user