remove mapsd exit code exception (#30398)

pull/30403/head
Adeeb Shihadeh 1 year ago committed by GitHub
parent 9257066c4e
commit af86e30566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      selfdrive/manager/test/test_manager.py

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

Loading…
Cancel
Save