Tracking tests disabled because they were not tested by the CI before #7733
Labels
status:stale
Inactive or outdated issues. (auto-assigned)
type:ci
Continuous Integration (CI) processes and testing. (auto-assigned)
Checklist
Description
Main cause:
--ctest-args -L .*"
this flag for thecolcon-test
caused many tests to be ignored by the CI everywhere in Autoware repositories.This issue attempts to remove that flag and disable and track the tests affected by this flag.
Related:
Sister issue:
Purpose
Make sure every test is actually tested by the CI and keep track of disabled tests.
Possible approaches
Disable the tests, add them to table here and also link this issue in those files in a comment.
Definition of done
build-and-test
passes when the--ctest-args -L .*"
flag is gone.Table of tracked tests
Honestly I was expecting more tests but this single row is all there was.
@takayuki5168 -san, maybe you may assign someone to fix the smoke test or remove it if you if you think it is not useful.
autoware.universe/control/autoware_trajectory_follower_node/CMakeLists.txt
Lines 40 to 58 in 891b231
The text was updated successfully, but these errors were encountered: