disable TestManager.test_clean_exit for now

old-commit-hash: 7f35d0a909
chrysler-long2
Adeeb Shihadeh 1 year ago
parent 7e5bd9247f
commit e03ba031b6
  1. 1
      selfdrive/manager/test/test_manager.py

@ -46,6 +46,7 @@ class TestManager(unittest.TestCase):
t = time.monotonic() - start t = time.monotonic() - start
assert t < MAX_STARTUP_TIME, f"startup took {t}s, expected <{MAX_STARTUP_TIME}s" assert t < MAX_STARTUP_TIME, f"startup took {t}s, expected <{MAX_STARTUP_TIME}s"
@unittest.skip("this test is flaky the way it's currently written, should be moved to test_onroad")
def test_clean_exit(self): def test_clean_exit(self):
""" """
Ensure all processes exit cleanly when stopped. Ensure all processes exit cleanly when stopped.

Loading…
Cancel
Save