Skip to content

Commit 4ae430d

Browse files
committed
test: use xfail for humble test case
1 parent a0779e5 commit 4ae430d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/messages/test_transport.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ def get_qos_profiles() -> List[str]:
3333
ros_distro = os.environ.get("ROS_DISTRO")
3434
match ros_distro:
3535
case "humble":
36-
# TODO: Humble fails in CI, while it works locally on a clean ubuntu 22.04.
36+
pytest.xfail(
37+
"Humble fails in CI, while it works locally on a clean ubuntu 22.04."
38+
)
3739
return [
3840
# QoSPresetProfiles.SYSTEM_DEFAULT.name,
3941
# QoSPresetProfiles.SENSOR_DATA.name,

0 commit comments

Comments
 (0)