Skip to content

Commit

Permalink
TODO to reenable tests on rclcpp for content filtering
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Sep 12, 2024
1 parent 60b72f0 commit 9a108fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rmw_zenoh_cpp/src/rmw_zenoh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1693,6 +1693,8 @@ rmw_subscription_set_content_filter(
rmw_subscription_t * subscription,
const rmw_subscription_content_filter_options_t * options)
{
// Reenable test on rclcpp when this feature is implemented
// https://github.com/ros2/rclcpp/pull/2627
static_cast<void>(subscription);
static_cast<void>(options);
return RMW_RET_UNSUPPORTED;
Expand All @@ -1706,6 +1708,8 @@ rmw_subscription_get_content_filter(
rcutils_allocator_t * allocator,
rmw_subscription_content_filter_options_t * options)
{
// Reenable test on rclcpp when this feature is implemented
// https://github.com/ros2/rclcpp/pull/2627
static_cast<void>(subscription);
static_cast<void>(allocator);
static_cast<void>(options);
Expand Down

0 comments on commit 9a108fd

Please sign in to comment.