Skip to content

Commit

Permalink
disable test_rotation until it's fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Aug 1, 2024
1 parent d0671bd commit bfa8e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/loggerd/tests/test_loggerd.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_init_data_values(self):
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")
Expand Down

0 comments on commit bfa8e0b

Please sign in to comment.