mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-24 01:33:50 +08:00
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:
@@ -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"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user