disable test_rotation until it's fixed

old-commit-hash: bfa8e0b2ec
pull/33302/head
Adeeb Shihadeh 1 year ago
parent 619c6ce4c2
commit d59f9262c8
  1. 2
      system/loggerd/tests/test_loggerd.py

@ -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")

Loading…
Cancel
Save