We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1efd85 commit 542d651Copy full SHA for 542d651
rclrs_tests/src/lib.rs
@@ -2,7 +2,7 @@
2
3
mod client_service_tests;
4
// Disabled in Foxy due to https://github.com/ros2/rosidl/issues/598
5
-#[cfg(all(not(ros_distro = "foxy"), not(ros_distro = "galactic")))]
+#[cfg(not(ros_distro = "foxy"))]
6
mod dynamic_message_tests;
7
mod graph_tests;
8
mod pub_sub_tests;
0 commit comments