Skip to content

Commit

Permalink
Merge pull request #1177 from garaemon/disable-jsk-network-test
Browse files Browse the repository at this point in the history
[jsk_network_tools] Disable test
  • Loading branch information
garaemon committed Oct 12, 2015
2 parents a525eba + 63c5193 commit 41c86e2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions jsk_network_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ add_executable(silverhammer_highspeed_internal_receiver
add_dependencies(silverhammer_highspeed_internal_receiver
${PROJECT_NAME}_gencpp ${PROJECT_NAME}_gencfg)

if(CATKIN_ENABLE_TESTING)
add_rostest(test/test_all_type_low_speed.test)
endif(CATKIN_ENABLE_TESTING)
# Sometimes rostest fails to detect jsk_network_tools package on jenkins.
# So we remove this test.
# if(CATKIN_ENABLE_TESTING)
# add_rostest(test/test_all_type_low_speed.test)
# endif(CATKIN_ENABLE_TESTING)

install(DIRECTORY scripts
DESTINATION
Expand Down

0 comments on commit 41c86e2

Please sign in to comment.