mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
disable TestManager.test_clean_exit for now
old-commit-hash: 7f35d0a909d65d647008e74df56c51e603971012
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user