updated: finish system/ move (#32535)

* updated: finish system/ move

* add those back

* skip that

* skip whole file

* one more time
This commit is contained in:
Adeeb Shihadeh
2024-05-25 12:22:02 -07:00
committed by GitHub
parent cd21d64058
commit 73b02f2cda
11 changed files with 11 additions and 11 deletions
@@ -14,6 +14,7 @@ from openpilot.system.updated.casync import tar
LOOPBACK = os.environ.get('LOOPBACK', None)
@pytest.mark.skip("not used yet")
class TestCasync:
@classmethod
def setup_class(cls):
@@ -151,6 +152,7 @@ class TestCasync:
assert stats['remote'] < len(self.contents)
@pytest.mark.skip("not used yet")
class TestCasyncDirectory:
"""Tests extracting a directory stored as a casync tar archive"""