CI: fix recent test_rotation skip (#33167)

old-commit-hash: 5b4b7a08fcabdc22bb52c2abeeda87772d7990d7
This commit is contained in:
Hoang Bui
2024-08-01 19:28:26 -04:00
committed by GitHub
parent d59f9262c8
commit cb306fd7a8

View File

@@ -7,7 +7,7 @@ import subprocess
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
@@ -136,7 +136,7 @@ class TestLoggerd:
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")