ci: re-enable all HITL tests (#2280)

fan
This commit is contained in:
Maxime Desroches
2025-09-24 19:34:53 -07:00
committed by GitHub
parent 5ee618e2f1
commit f6a06e34f2

View File

@@ -4,8 +4,7 @@ import pytest
from panda import Panda
pytestmark = [
# TODO: re-enable this once we update the HITL devices
#pytest.mark.test_panda_types(Panda.INTERNAL_DEVICES)
pytest.mark.test_panda_types(Panda.INTERNAL_DEVICES),
pytest.mark.test_panda_types([Panda.HW_TYPE_TRES])
]