Skip to content

Commit

Permalink
DockerDev: Disable //modules/map test which doesn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxq authored and storypku committed Jun 5, 2020
1 parent 8178644 commit 5d39110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion what_works.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ bazel_test_with_dist_cache \
//modules/bridge/... \
//modules/canbus/... \
//modules/common/... \
//modules/map/... \
//modules/control/... \
//modules/data/... \
//modules/monitor/... \
Expand All @@ -88,8 +87,11 @@ bazel_test_with_dist_cache $(bazel query //modules/localization/... \
except //modules/localization/msf/local_pyramid_map/pyramid_map/... \
)

echo "########################### All check passed! ###########################"

# In-progress parts. Feel free to claim by adding your name in TODO and move it

# TODO(?): bazel test //modules/map/...
# TODO(?): bazel build //modules/contrib/...
# TODO(?): bazel build //modules/perception/...
# TODO(changsh726): bazel build //modules/prediction/...
Expand Down

0 comments on commit 5d39110

Please sign in to comment.