Skip to content

Commit

Permalink
CI: fix recent test_rotation skip (commaai#33167)
Browse files Browse the repository at this point in the history
old-commit-hash: 5b4b7a0
  • Loading branch information
bongbui321 authored Aug 1, 2024
1 parent d59f926 commit cb306fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/loggerd/tests/test_loggerd.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import time
from collections import defaultdict
from pathlib import Path
from flaky import flaky
import pytest

import cereal.messaging as messaging
from cereal import log
Expand Down 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

@pytest.skip("FIXME: encoderd sometimes crashes in CI when running with pytest-xdist")
@pytest.mark.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 cb306fd

Please sign in to comment.