disable TestManager.test_clean_exit for now

old-commit-hash: 7f35d0a909d65d647008e74df56c51e603971012
This commit is contained in:
Adeeb Shihadeh
2024-01-24 11:53:03 -08:00
parent 7e5bd9247f
commit e03ba031b6
+1
View File
@@ -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.