remove mapsd exit code exception (#30398)

old-commit-hash: af86e30566
This commit is contained in:
Adeeb Shihadeh
2023-11-06 21:26:52 -08:00
committed by GitHub
parent ad64c19015
commit 331f95a2e2

View File

@@ -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