disable TestManager.test_clean_exit for now

pull/31148/head
Adeeb Shihadeh 1 year ago
parent 1bade14fda
commit 7f35d0a909
  1. 1
      selfdrive/manager/test/test_manager.py

@ -46,6 +46,7 @@ class TestManager(unittest.TestCase):
t = time.monotonic() - start
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):
"""
Ensure all processes exit cleanly when stopped.

Loading…
Cancel
Save