Skip to content

Commit 542d651

Browse files
committed
Enable dynamic_message_tests for galactic
1 parent e1efd85 commit 542d651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclrs_tests/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
mod client_service_tests;
44
// Disabled in Foxy due to https://github.com/ros2/rosidl/issues/598
5-
#[cfg(all(not(ros_distro = "foxy"), not(ros_distro = "galactic")))]
5+
#[cfg(not(ros_distro = "foxy"))]
66
mod dynamic_message_tests;
77
mod graph_tests;
88
mod pub_sub_tests;

0 commit comments

Comments
 (0)