Skip to content

Commit 9ff864c

Browse files
authored
Removing Old Connext Tests (#2313)
* Removing Old Connext Tests Signed-off-by: CursedRock17 <[email protected]>
1 parent 13182b5 commit 9ff864c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

rclcpp/test/rclcpp/CMakeLists.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,7 @@ if(TARGET test_exceptions)
3434
target_link_libraries(test_exceptions ${PROJECT_NAME} mimick)
3535
endif()
3636

37-
# Increasing timeout because connext can take a long time to destroy nodes
38-
# TODO(brawner) remove when destroying Node for Connext is resolved. See:
39-
# https://github.com/ros2/rclcpp/issues/1250
40-
ament_add_gtest(
41-
test_allocator_memory_strategy
42-
strategies/test_allocator_memory_strategy.cpp
43-
TIMEOUT 360)
37+
ament_add_gtest(test_allocator_memory_strategy strategies/test_allocator_memory_strategy.cpp)
4438
if(TARGET test_allocator_memory_strategy)
4539
ament_target_dependencies(test_allocator_memory_strategy
4640
"rcl"
@@ -669,8 +663,6 @@ if(TARGET test_interface_traits)
669663
target_link_libraries(test_interface_traits ${PROJECT_NAME})
670664
endif()
671665

672-
# TODO(brawner) remove when destroying Node for Connext is resolved. See:
673-
# https://github.com/ros2/rclcpp/issues/1250
674666
ament_add_gtest(
675667
test_executors
676668
executors/test_executors.cpp

0 commit comments

Comments
 (0)