Commit a758f8c
committed
fix(console): skip type description tests on ROS 2 Humble
Type description service is not supported in ROS 2 Humble.
Tests were timing out after 60s in CI on Humble distro.
Changes:
- Add humble feature to ros-z-console Cargo.toml
- Add build.rs to set ros_humble cfg when humble feature enabled
- Add #![cfg(not(ros_humble))] to dynamic_subscriber_test.rs
- Update CI workflow to pass humble feature when testing on Humble
Tests now properly excluded on Humble:
- test_dynamic_subscriber_std_msgs_string
- test_dynamic_subscriber_sensor_msgs_laser_scan
- test_dynamic_subscriber_multiple_topics
Fixes timeout failures in Interop Tests (Humble) workflow.1 parent 8b437c5 commit a758f8c
File tree
4 files changed
+14
-1
lines changed- .github/workflows
- crates/ros-z-console
- tests
4 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments