disable test_rotation until it's fixed

This commit is contained in:
Adeeb Shihadeh 2024-08-01 15:36:44 -07:00
parent d0671bda6d
commit bfa8e0b2ec
1 changed files with 1 additions and 1 deletions

View File

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