Skip to content

Commit

Permalink
ci(lidar_centerpoint): disable failing gpu dependent test_voxel_gener…
Browse files Browse the repository at this point in the history
…ator (#7722)

Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored Jun 27, 2024
1 parent 8df1d33 commit 69e8bfa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions perception/lidar_centerpoint/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,12 @@ if(TRT_AVAIL AND CUDA_AVAIL AND CUDNN_AVAIL)
ament_auto_add_gtest(test_nms
test/test_nms.cpp
)
ament_auto_add_gtest(test_voxel_generator
test/test_voxel_generator.cpp
)

# Temporary disabled, tracked by:
# https://github.com/autowarefoundation/autoware.universe/issues/7724
# ament_auto_add_gtest(test_voxel_generator
# test/test_voxel_generator.cpp
# )

add_executable(test_preprocess_kernel
test/test_preprocess_kernel.cpp
Expand Down

0 comments on commit 69e8bfa

Please sign in to comment.