Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove test case for ROS 1 and colcon
It generally works but it's not an officially supported configuration so we don't want to block CI for those cases. Especially here it's failing on a system package deprecation. ``` #22 16.62 E: Package 'python3-pytest-rerunfailures' has no installation candidate #22 ERROR: process "/bin/sh -c for i in 1 2 3; do apt-get update && apt-get install -q -y python3-pytest-rerunfailures && apt-get clean && break || if [ $i -lt 3 ]; then sleep 5; else false; fi; done" did not complete successfully: exit code: 1 ```
- Loading branch information