mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 11:32:21 +08:00
disable test_rotation until it's fixed
old-commit-hash: bfa8e0b2ec20727db070945e99549828c1f4bc0e
This commit is contained in:
@@ -136,7 +136,7 @@ class TestLoggerd:
|
||||
assert getattr(initData, initData_key) == v
|
||||
assert logged_params[param_key].decode() == v
|
||||
|
||||
@flaky(max_runs=3)
|
||||
@pytest.skip("FIXME: encoderd sometimes crashes in CI when running with pytest-xdist")
|
||||
def test_rotation(self):
|
||||
os.environ["LOGGERD_TEST"] = "1"
|
||||
Params().put("RecordFront", "1")
|
||||
|
||||
Reference in New Issue
Block a user